-
Context provides a way to pass data through the component tree without having to pass props down manually at every level.
-
Minimal templating with {{mustaches}} in JavaScript - janl/mustache.js.
-
React Router is a routing for React.js, that synchronizes the components of application with the URL & supports server side rendering.
-
Promise based HTTP client for the browser and node.js - axios/axios.