top | item 19246396

(no title)

sephoric | 7 years ago

The project "create-react-app" is a good mixture of #2 and #3 that I have been using for almost a year with almost no issues, it's just a generally great way to use React. The only issue I had is that, even though all your configuration is "for free", you don't really get new features right when they come out. But you get them after their configuration has been polished up, so that you don't have to shave all the yaks yourself.

discuss

order

pier25|7 years ago

Personally I'd rather have my own configuration than use a CLI like create-react-app or Vue CLI.

It's easy enough to create a template/starter kit the way you want it and tweak it to your taste. Also when (not if) you get a problem you know what's going on instead of a black box.