syug / rakuten-react-kit

Rakuten React kit

Home Page:https://github.com/rakuten-frontend/rakuten-react-kit/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Immutable state. Live programming environment. Functional programing concepts


Docs

Includes

  • ⚙️ Functional programing concepts
  • 🔬 Clojure atom like state managment
  • 🔥 Hot Module Replacement
  • 💎 Crystal clean connection between state and UI
  • ✨ Super clean webpack
  • 🏮 Less ceremony, more fun!

Local Development

Install dependencies and start the live programing enviroment

npm install
npm start

a server with HMR (Hot Module Replacement) will start at localhost:8080

See more about Hot Module Replacement here

Building for Production

Create minified bundle for deployment in the build directory

npm run build

Disclaimer

This is an experimental project. Use it in production with caution.

License

Copyright (c) 2016 Rakuten, Inc. Licensed under the MIT License.

About

Rakuten React kit

https://github.com/rakuten-frontend/rakuten-react-kit/wiki

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 3.4%Language:HTML 2.5%