Starting to have some fun with react.
- Server Side JS
- Easy to pick up.
- Great Documentation.
- Unit Testing
- Create reuasable configurable components
- Mixing Presentation Logic (Always had an issue with this). Maybe just me and not a con.
- Lack of Two way binding React Two Way Binding.
- Inline Styling?? React Inline Styling.
- Need for backbone to define model. Might create a lot of code for a simple task. Flux can mitigate this.
- JSHINT editor complaints.