https://github.com/unlight/react-typescript-starter
https://github.com/unlight/react-typescript-starter
react-boilerplate react-starter seed
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unlight/react-typescript-starter
- Owner: unlight
- Created: 2017-04-11T18:17:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T21:49:01.000Z (about 7 years ago)
- Last Synced: 2024-12-27T01:25:43.771Z (over 1 year ago)
- Topics: react-boilerplate, react-starter, seed
- Language: TypeScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-starter
Based on react-redux-typescript-boilerplate
Example application of reactjs
## DEVELOPMENT
### Environment variables
* `env_name` environment file
* `webpack_devtool` webpack devtool option
### Environment Preset 1
```
set webpack_devtool=0
```
### Resources
* https://github.com/NoamELB/react-hot-loader-loader
* https://github.com/sokra/rawact
* State Managers
* https://github.com/tock203/clax
* https://github.com/eserozvataf/react-eventmanager
* https://github.com/gunn/pure-store
* https://github.com/davidgilbertson/react-recollect
* https://github.com/Niryo/controllerim
* https://github.com/diegohaz/constate
* https://github.com/bcherny/undux
* https://github.com/rematch/rematch
* https://github.com/jamiebuilds/unstated
* https://github.com/pedronauck/reworm
* https://github.com/jeffijoe/mobx-task
* https://github.com/BrodaNoel/duix
* https://github.com/jaysoo/storebag
* React Example App
* https://github.com/coryhouse/react-slingshot
* https://github.com/markerikson/project-minimek
* https://github.com/gothinkster/react-redux-realworld-example-app
* https://github.com/jferrettiboke/react-auth-app-example
* https://github.com/MikhailSemichev/vote-app
* https://github.com/UruIT/react-seed
## DEBUG
```
node --inspect node_modules\webpack\bin\webpack.js --env.libs --progress
node --inspect node_modules/webpack-dev-server/bin/webpack-dev-server --hot --inline
```
## TODO
* ts-jest transpile only
* jest mock
* lazy loading (react-loadable)
* table of countries
* more eslint plugins