React or Reactive programming related useful links for developers

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

  1. https://reactjs.org/docs/hello-world.html
  2. https://reactjs.org/tutorial/tutorial.html

Git repo to start react app

  1. https://github.com/facebook/create-react-app

React server side rendering

  1. https://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering

React without JSX

  1. https://reactjs.org/docs/react-without-jsx.html

Videos

  1. https://www.youtube.com/watch?v=gBER4Or86hE
  2. https://www.youtube.com/watch?v=pgAvVxowaYU 

React on JVM

  1. http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/
  2. http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html

Comments