Skip to content

Sample react app with state management using Mobx. Creating observer react components to watch changes on the observables and re-render components on changed states

License

Notifications You must be signed in to change notification settings

Quantron7t/react-mobx-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a bitcoin rates display app with Mobx and React

This project was bootstrapped with Create React App.

This example react app uses mobx for state management in react app along with es6 class components with strongly typed props with typescript tsx rendering.

Screenshots

Responsive Responsive

Project

The overall goal of this application is apply state management to react application using mobx library. Creating observer react components to watch changes on the observables and re-render components on changed states.

Tech

Installation

Requires Node.js to build and run. Install the dependencies and devDependencies and start the server using below commands.

cd react-mobx-app

npm i

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Libraries

Following libraries were involved in creating this react todo application

Library Command to install
mobx npm i mobx
mobx-react npm i mobx-react
axios npm i mobx-react
bootstrap npm i bootstrap

License

MIT

About

Sample react app with state management using Mobx. Creating observer react components to watch changes on the observables and re-render components on changed states

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published