Anyone have advice how i should create a front end project with some part using React (i don't wanna use create-react-app)?
For further actions, you may consider blocking this person and/or reporting abuse
Anyone have advice how i should create a front end project with some part using React (i don't wanna use create-react-app)?
For further actions, you may consider blocking this person and/or reporting abuse
Jodi Gabano -
Techahead -
ElaFella -
Gustavo Charalla -
Top comments (2)
You don't need anything other than the react and react-dom js-files to get started. Browsers support modules natively now, so don't waste time setting up a bundler in the beginning.
Once you think you need it, add more advanced features like a toolchain for building, auto-reload, jsx, npm etc.
Thanks for the respons, Antonie. I know but probably what i mean is like a "framework" (?). Things that allow me to seperate such as header section, footer, sidebar, etc