Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathamesh-sonpatki/openlib-react
https://github.com/prathamesh-sonpatki/openlib-react
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prathamesh-sonpatki/openlib-react
- Owner: prathamesh-sonpatki
- License: mit
- Created: 2015-07-23T18:28:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T07:57:07.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:05:12.828Z (6 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### This project is based on https://github.com/gaearon/react-hot-boilerplate
Code examples
=====================### Usage
There are 9 steps in these exercises. We start from scratch and after
9th step we have a simple search app using React and https://openlibrary.org/dev/docs/api/search.```
git checkout
npm install
npm start
open http://localhost:3000
```Now edit `src/App.js`.
Your changes will appear without reloading the browser like in [this video](http://vimeo.com/100010922).### Dependencies
* React
* Webpack
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
* [babel-loader](https://github.com/babel/babel-loader)
* [react-hot-loader](https://github.com/gaearon/react-hot-loader)### Resources
* [Demo video](http://vimeo.com/100010922)
* [react-hot-loader on Github](https://github.com/gaearon/react-hot-loader)
* [Integrating JSX live reload into your workflow](http://gaearon.github.io/react-hot-loader/getstarted/)
* [Troubleshooting guide](https://github.com/gaearon/react-hot-loader/blob/master/docs/Troubleshooting.md)
* Ping dan_abramov on Twitter or #reactjs IRC