DEV Community

David Andrian Chandra
David Andrian Chandra

Posted on

Front end project advice

Anyone have advice how i should create a front end project with some part using React (i don't wanna use create-react-app)?

Latest comments (2)

Collapse
 
niorad profile image
Antonio Radovcic

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.

Collapse
 
davidchandra95 profile image
David Andrian Chandra

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