An open API service indexing awesome lists of open source software.

https://github.com/inyono/introduction-react

A brief introduction to React and Redux w/o npm/webpack/ES6/...
https://github.com/inyono/introduction-react

Last synced: 6 months ago
JSON representation

A brief introduction to React and Redux w/o npm/webpack/ES6/...

Awesome Lists containing this project

README

          

# Introduction: React and Redux

## Further stuff

* [Webpack](https://webpack.github.io/). A module bundler for Javascript (and assets!)
* [Babel](https://babeljs.io/). Compiles next-generation JavaScript (like ES6, ES7) and custom features (like JSX) to ES5
* [Redux DevTools](https://github.com/gaearon/redux-devtools) and [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
* https://github.com/enaqx/awesome-react