I have been working on a Vanilla JS filter that you can find at http://www.rakuten.co.uk/?filter
I am considering about moving to React/Redux so I have made a quick test for the same functionality. I like the idea of one centralised status store. If interested you can find the test at https://github.com/lucamug/search-testing-react-redux
To install the test just clone the repo then run
$ git clone https://github.com/lucamug/search-testing-react-redux.git
$ cd search-testing-react-redux/
$ npm install
$ npm start
Then point the browser to http://localhost:3000/
The test is based on http://jpsierens.com/tutorial-react-redux-webpack/
No comments :
Post a Comment