Create A React App Without Create-React-App

preview_player
Показать описание
How to create a react application without using the create-react-app command.

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

#reactjs #programming
Рекомендации по теме
Комментарии
Автор

Google sent me to your video. It helped a lot. Even as a begginer I have understood everything and I loved it! It is right what I needed for my project! Cheers!

ninel-valentin
Автор

Fala Pedrão!!! Excelente vídeo continua assim que seu canal vai crescer cada vez mais (Tenho certeza que você é BR).

caio
Автор

I have done several tutorials on React and a lot of them fail for different reasons but his one has worked completely. I feel I have learned a tonne about how react hangs together. Also having the source on git helps immensely.

The only thing I had to do differently was in the webpack.config.js I had to also set entry: "./src/index.js" as it wasn't finding the index.js file. I don't know why it was different for you?

pgtips
Автор

I did without create react app, i did with vite🤣

anshumanxda
Автор

When I ran the app, I got an error "Can't resolve './index.js' in I modified the webpack.config.js entry: "./index.js" to entry: "./src/index.js" and that fixed the error.

JD-snlr
Автор

Thanks a lot!! But it seems like you forgot to add all of the Babel-related packages into the description like you said you would, so that would be a great addition!

KryptechOfficial
Автор

i have been searching for this exact video for the past week

gooddogreallygooddog
Автор

"The thing that takes the most amount of time is understanding everything"!
Aint that true!

cortarelva
Автор

In your “rules:” your RegEx statement only tests for the .js OR .jsx extension YET you also have the .json and .tx extensions listed.

Shouldn’t they ALSO be added to your RegEx statement for testing…?

LrCloud
Автор

Thank you so much CRA was not working for me for a week no matter what i did. truly a godsend.

samueltadesse
Автор

I'm happy to follow you along, but where do you get your info? (
I'm thinking for when one of the packages ultimately changes, where can I get the latest presets config, without hoping you'll post a timely video) Thanks!

sashaikevich
Автор

Would love to know how u got auto-completion in your bash terminal?

mohammed.haydar
Автор

I was confused with this but you clear it out everything. Thanks

nehat
Автор

Hey! Pedro, you mind doing a video with golang as backend and react as frontend with SQL database??

MessiInno
Автор

Great video man, as always. I am just having some issues. Like for example, the console is flooded with Source map errors. Any idea why?

mirkafarkasova
Автор

Fantastic tutorial! How you can develop parts of the application features using this method and integrate it with an existing application that is based on angularjs? For example, there are a lot of forns which are build using a designer of some kind. I can insert an HTML component and add the script tag to reference the script main.js. But how to render the correct section when the specific form is active?

TarekFaham
Автор

Hey PedoTech, love your channel. Your React Router video is *chef's kiss*.
I have been scouring the web for this answer but to no avail. In React, should I use js or jsx at the file extension? Is there any difference to it? I would love your input! Obrigado!

MrFuma-frno
Автор

Starting from React 17, you don't need to Import React for using JSX syntax in files. So how we can do it with webpack ?

dmytronice
Автор

GReat video!
Bro where did u find all buble dependencies?

daniel
Автор

This isnt working for me. When i run npm build I get an error in ./src/index.js and that the module build failed. I also have an error that says ./index.js cant but resolved. What can I do to fix it?

AllNaturale