DEV Community

Discussion on: Front end project advice

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