Loading video player...
This is the first video about Next JS framework. In this video we will: - Convert our React JS project, which we created in a video “React vs Angular” into Next.JS project with a typescript. - Put business logic to the asynchronous function on the server side by splitting the JavaScript code between the server and the client. - Set up server-side and client-side debugging for our Next.js application in Visual Studio Code. In the next video we will add authentication to our Next.js application. GitHub: Client: https://github.com/AKosorukov-2024/nextjs-react-app-client-code Server: https://github.com/AKosorukov-2024/nextjs-react-app-server-code