Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgommezz/react-dynamic-table
Example of React, React-Router, Redux, Redux-form app, with keyboard navigation support
https://github.com/rgommezz/react-dynamic-table
react react-router redux redux-form redux-persist
Last synced: about 2 months ago
JSON representation
Example of React, React-Router, Redux, Redux-form app, with keyboard navigation support
- Host: GitHub
- URL: https://github.com/rgommezz/react-dynamic-table
- Owner: rgommezz
- License: mit
- Created: 2016-10-09T13:08:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T11:35:14.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T08:27:09.840Z (3 months ago)
- Topics: react, react-router, redux, redux-form, redux-persist
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Dynamic Table
=====================This project has been bootstrapped with [react-create-app](https://github.com/facebookincubator/create-react-app) boilerplate
- Uses [Redux](https://github.com/reactjs/redux) for state management and [react-router](https://github.com/ReactTraining/react-router) for basic routing.
- Application fully Keyboard-Navigable.
- Table filtering, sorting and pagination through URL query params
- Leverages [redux-form 6.1.x](http://redux-form.com/6.1.0/), along with form validation for creating new data entries
- [https://github.com/rt2zz/redux-persist](https://github.com/rt2zz/redux-persist) for persisting state in LocalStorage
- CDN [Bootstrap](http://getbootstrap.com/css/) and [Fontawesome](http://fontawesome.io/) scripts for basic styling and SVGs respectively### Usage
```
cd path_to_your_root
npm install
npm start
open http://localhost:3000
```