|
|
|
|
|
by rpedela
3491 days ago
|
|
The compile process is complicated but more because of ES6/ES7 than React and JSX. Everyone wants to use ES6/ES7 which isn't fully supported yet by all browsers. And yes there are a lot of dependencies for a typical project but again that is not really React's fault. React is a view library so you need a bunch of other crap to make something useful. What you say about Redux is spot on. |
|