https://github.com/akimach/react-remix-10
React lesson
https://github.com/akimach/react-remix-10
babel es2015 es6 react react-redux react-router sass scss webpack yarn
Last synced: 2 months ago
JSON representation
React lesson
- Host: GitHub
- URL: https://github.com/akimach/react-remix-10
- Owner: akimach
- Created: 2017-11-10T05:03:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T09:51:20.000Z (over 8 years ago)
- Last Synced: 2025-01-04T22:24:35.178Z (over 1 year ago)
- Topics: babel, es2015, es6, react, react-redux, react-router, sass, scss, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-remix-10
Reactの練習
## Setup
```
$ git clone https://github.com/akimach/react-remix-10.git
$ cd 01-hello
$ yarn install
$ yarn run start
```
## 01 Hello

## 02 Router
react router
https://reacttraining.com/react-router/web/guides/ のサンプル

## 03 Material-UI
material ui

## 04 Chart
react chartjs 2

## 05 Todo List

## 06 Editor
Markd

## 07 Form

## 08 Hacker News
Hacker News Reader

## 09 Google Maps
react-google-map

## 10 Redux
[Reduxの実装とReactとの連携を超シンプルなサンプルを使って解説](https://mae.chab.in/archives/2885)のサンプルコードをいじったやつ
