|
|
|
|
|
by atemerev
3482 days ago
|
|
The major point of frustration was JSX preprocessing for React. Need JSX? You have to use Babel. There is no zero configuration for Babel anymore, so you have to spend time learning it and resolving numerous build conflicts with cryptic error messages. Todo list example with React+Redux+Babel6 takes 14 JS files, Babel configuration file, Webpack configuration file and Node package file to be written anew. This is what "Javascript fatigue" is about: when you get to the working first example from the documentation, you will be completely exhausted. The amount of boilerplate with this "standard" setup is worse than with Java/Maven, and this is quite an accomplishment. :( |
|