Hacker News new | ask | show | jobs
by hazza1 3404 days ago
For most people I'd recommended using the official helper app instead -

https://github.com/facebookincubator/create-react-app/blob/m...

Although, in truth I'd use the much smaller preact library -

https://github.com/developit/preact-boilerplate

1 comments

This repository is an opinionated repository and comes with a lot more things than the create-react-pwa. i.e. Webpack, Mocha, Flow, Nightwatch, component structure.

I agree, if you wanted to start from scratch with your own structure create-react-pwa is probably a better repository for you. However, if you like the opinions formed in this repo then it will allow you to get started straight away with static type checking, e2e testing, unit testing, tree shaking, and code splitting all built in.

You raise a good point regarding Preact, it is something that I have considered but decided to stick with React until it became problematic.