From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Setting up our learning environment

Setting up our learning environment

All right, so in order to continue, you should have Node.js installed. You go to nodejs.org to do that. Not just for this section, but you need it in general for development as it's a very powerful tool for setting up our environments, getting libraries, executing JavaScript outside of the web browser, build development environments, and productions. Okay, our first lesson when it when it comes to essential JavaScript for React that we need to make sure we have a solid grasp of our functions. So in order to set up this section properly and dive into functions together, let's set up our own development environment for practicing. We could do this, it'll be very quick. It's gonna be very quick and cool and it'll show you the power of Node as well. So you wanna go back into Visual Studio Code And remember, and recall, we had that index.html script that we wrote, which we then brought in React with. What we want to do is you can close that for now. And we want to open up at the very top…

Contents