Vite should be included in the React section #25063
Closed
prince-of-maroc
started this conversation in
Ideas
Replies: 1 comment
-
Vite is included in the new React course |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Vite and Create React App are both incredibly simple. There is nothing to learn - in both cases its just a single command, either npx create-react-app or npm create vite.
Why then is Vite not included in the React section? It is a build tool like CRA, only it saves far more space and runs exponentially faster. On mid-tier computers, CRA set-up can literally take several minutes. Vite on the other hand takes several seconds at most.
If CRA is taught for the purpose of "industry standard," then that makes sense, but I think there is no harm in at least mentioning Vite in passing.
Beta Was this translation helpful? Give feedback.
All reactions