Please enable JavaScript.
Coggle requires JavaScript to display documents.
react.js - Coggle Diagram
react.js
PROS
Superior UI Rendering
Simplified UI Code to pass state across components
Modular Dev
Small learning curve
Server side rendering
Lots of compatible libraries and tools
Easy to layer in abstractions
Easy to compose large pages from small components
Streamlined state management
Responsive
Frequent changes, however good on backward compatibility
Single library, apps that span Web, iOS, Android
CONS
Still need to put together your own framework
Just the view Layer
Library not a framework
Not a single "go to" solution
Tenets
Ensure separation of concerns
Minimize app logic in React components
Characteristics
Generated HTML vs. templated HTML
Uses JSX - HTML templating integrated into javascript code
FB origin
High ratings on Support
Alternatives
Laravel PHP
WordPress
PowerApps