© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mike Quinn
I start React projects with Facebooks create-react-app, it takes away all the webpack setup and is a great starting point for React applications
github.com/facebookincubator/create-react-app
Cody Brunner
Learning more everyday!
@mikeq I've used CRA before but is it useful for authoring a package from? I know if you want to do any custom configs you have to run the eject script.