React.JS
Let me share some useful resources related to React.JS
First let's have a look to overall Layer architecture, to get big picture.
First let's have a look to overall Layer architecture, to get big picture.
Layer | Component | Examples |
---|---|---|
4 | At browser : MVC Framework | Angular.JS, React.JS, Veu.JS, Vanila JS etc. |
3 | Web Application Framework (WAF) | Express.JS |
2 | Server side scripting | Node.JS |
1 | Databse (DB) | Mongo DB, Any NoSQL DB |
With React.JS one can build:
1. Web Application
2. Web Services
3. Web Resources
4. Web API
We have
1. React.JS to build user interface
2. React Native to build application for Android OS, iOS and UWP (Universal Windows Platform : Windows10)
Now here is list of URLs:
Some more reference
1. To get start with skeleton code using this NPM project.
0 comments:
Post a Comment