Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baxtergu/hacker-news-react
This is a practice project for make a react redux version of hacker news.
https://github.com/baxtergu/hacker-news-react
Last synced: 26 days ago
JSON representation
This is a practice project for make a react redux version of hacker news.
- Host: GitHub
- URL: https://github.com/baxtergu/hacker-news-react
- Owner: baxtergu
- Created: 2018-06-06T07:08:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T08:46:42.000Z (over 6 years ago)
- Last Synced: 2024-10-28T03:17:28.842Z (2 months ago)
- Language: CSS
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News React Redux
项目使用 [Create React App](https://github.com/facebookincubator/create-react-app) 生成,主要用于练习 React+Redux 在实际开发中的使用和加深理解。目前暂时使用 `redux-thunk` 或者 `redux-promise` 中间件进行开发,后期考虑使用封装更高层的中间件进行重写。
## 使用方法
```shell
yarn start
```