pixijs / pixi-react

Write PIXI apps using React declarative style
https://pixijs.io/pixi-react/
MIT License
2.25k stars 173 forks source link

Feature Request: Replace CRA with Vite in Quick start #444

Closed dvkam closed 3 months ago

dvkam commented 1 year ago

Description

Hey, by looking at the Get started section I noticed that you recommend Create React App to start a new React project from scratch.

For context, the React documentation removed CRA as it is not longer recommended to start a react project this way and some reasoning behind this you can read here

There are several ways listed how to start a new React project from scratch but I believe the equivalent in this case is to use Vite as bundler(mentioned in deepdive section in React docs) so e.g.:

npm create vite@latest

I am happy to help if a change is desired.