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/...
- Host: GitHub
- URL: https://github.com/inyono/introduction-react
- Owner: inyono
- Created: 2016-02-26T16:09:38.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-29T12:31:06.000Z (over 10 years ago)
- Last Synced: 2025-06-23T13:52:25.568Z (about 1 year ago)
- Language: HTML
- Homepage: https://inyono.dev/introduction-react
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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