7 better ways to create a React app

preview_player
Показать описание
What is the best tool for starting a new React project in 2023? Let's look at 7 good alternatives to create-react-app for starting a new ReactJS web development project.

Subscribe to @nxdevtools for more awesome dev content!

#javascript #webdevelopment #reactjs

💬 Chat with Me on Discord

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code YT25 for 25% off PRO access

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- How to start react project as a beginner
- Getting started with Vite for React
- Build standalone react apps with Nx
- Gatsby vs Astro
Рекомендации по теме
Комментарии
Автор

The most important thing I learned about javascript is that every tutorial is outdated and should not be trusted. Thanks for shining a light on the dark fireship.

rumplstiltztinkerstein
Автор

Choosing modern technologies is such a gamble. 2 years ago nobody would have guessed that Vite would become the new standard for bootstrapping a react app. I'm glad my decision to use it on all new projects at my company paid off.

theyreMineralsMarie
Автор

Javascript/Typescript developers: Wow so many amazing options!

Me, a .NET developer: I never knew so many buzzwords could be crammed into such a short video.

LimitedWard
Автор

Insane how your videos and content is only getting better and better. This account is a gem for all levels of developers. Thank you!

wundergraph
Автор

my problem with the js ecosystem is that nothing works out of the box as expected. Want to add TS? thats a day gone. Want to add linting, theres another day

kairb
Автор

Your videos just keep getting better and better. Thanks for these awesome videos <3

phantomwizard
Автор

I haven't looked back ever since I switched from CRA to vite, so easy to setup and blazing fast compared to CRA

ayushvyas
Автор

Planter CLI can be used with Vite or CRA starter. It's still a bit rough around the edges but
it gives a starting folder structure and commands to create components, hooks, ...
The CLI is quite customisable so it doesn't force you into a certain way of working.

jozzeh
Автор

A video that we all absolutely needed but never knew we needed

jineethehandsome
Автор

Perfect timing. Just decided I would start learning react and just heard that the default create app was lacking and have literally been searching yt and forums for a comparison of the alternatives.

evilmorty
Автор

i have to start next week to create my first project and didn't even know you have all these options to create a react JS app. THANKS!!!

jeandelafuente
Автор

The worst thing about CRA isn't just that it's slow, but the fact that you get a new random security vulnerability warning every other week by a peer dependency of CRA.

stijndcl
Автор

Just on time! Thanks for the info, didn't know that create-react-app is outdated.

funnygames
Автор

I just started learning react and this came to my rescue!

sonnetsoftheapocalypse
Автор

It brings back fond memories of learning ember js as a first frontend framework in 2014 when there still wasn't a cli and ember data was in beta. Documentation was horrible because each new version brought breaking changes. Yet I loved the added value over developping apps entirely with jQuery. Hearing from it makes me want to go and see what happened to it through the decade

cverde
Автор

There's a trick with server side rendering with vite where you create different html files for different routes and just point it on the config file

reinoob
Автор

This was very timely video for me, thank you! I just tried react to build an SPA and now moved it to vite-swc-ts with no problem. Could even setup single file output with a vite plugin!

LQ
Автор

i would LOVE a video like this but for Native options. With SvelteKit 1.0, a re-summary of Expo/ React Native/SvelteKit Native/NativeScript/Flutter and all the other options for making an Android/IOS project off the same repo would be very very nice!

Ilya
Автор

Always manage to learn something new from these short vids <3

elco
Автор

I literally started learning react first since I saw I’d have to relearn HTML, JS, and CSS anyways and this came up so I can disregard the first part of the tutorial I learned. Thank you, I won’t make my first noob project as slow now.

Hmework