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
Sorry, it's true.
N Cee Dee -
Rajesh Royal -
Rajesh Royal -
Maxime Guilbert -
Once suspended, davidchandra95 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, davidchandra95 will be able to comment and publish posts again.
Once unpublished, all posts by davidchandra95 will become hidden and only accessible to themselves.
If davidchandra95 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to David Andrian Chandra.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag davidchandra95:
Unflagging davidchandra95 will restore default visibility to their posts.
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