ReGetALife / Cerebral-React-Demo

Cerebral React Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cerebral-React-Demo

Cerebraljs is a tool to manage state in React project (like Reduxjs), since it's a little bit complex for communication between react components.

This is a demo that shows how Cerebraljs associating with Reactjs.

Getting started

Install dependencies:

npm install

Start the react app:

npm start

Optionally, you can download debugger and install it to see how sequences were called and how state was changed. When you open debugger, just add localhost:8585, of cause you can modify this host in root index.js.

Reference

Cerebraljs docs

Mook API from JSONPlaceholder

About

Cerebral React Demo

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 3.0%