The reactive programming is very popular. The concept of subscribe, dispatch, reducer, store are getting lot of attentions. Following are some Useful links about react:
Article on React
- https://reactjs.org/docs/hello-world.html
- https://reactjs.org/tutorial/tutorial.html
Git repo to start react app
- https://github.com/facebook/create-react-app
React server side rendering
- https://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering
React without JSX
- https://reactjs.org/docs/react-without-jsx.html
Videos
- https://www.youtube.com/watch?v=gBER4Or86hE
- https://www.youtube.com/watch?v=pgAvVxowaYU
React on JVM
- http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/
- http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html
Comments
Post a Comment