|
|
|
|
|
by sotojuan
3810 days ago
|
|
Actually a few weeks ago there was a big movement in the React community about that. The problem is that the JS community is too big and people use different build systems and tests frameworks, let alone coding styles or project/files layout. I think only Ember has been able to have a strong set of conventions, mostly thanks to ember-cli[1]. I consider it the Rails of JS. That said, I am looking into nwb[2]. Looks fine for personal projects. [1] http://ember-cli.com [2] https://github.com/insin/nwb |
|
Agreed, the lack of project structure is in my opinion the biggest issues when building React apps. An interesting discussion on project structure can be found here: https://github.com/mxstbr/react-boilerplate/issues/27