back to all posts

YouTube Video | Create-react-app without create-react-app

by Nabendu Biswas / December 3rd, 2020

#react #youtube #javascript

When it comes to start a react project, we all use the familiar create-react-app by Facebook engineers.This create-react-app stores the logic to use, Babel and Webpack behind the scene to make our React application work in the browser.

We can also configure a React app, without using create-react-app and we will be doing the same in this project.

Please do like it and Subscribe to my channel for more videos.

You can also read it in blog format,from this post -

https://thewebdev.tech/create-react-app

Nabendu Biswas