The Wayback Machine - https://web.archive.org/web/20201210031048/https://github.com/aaronksaunders/stencil-mobx
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
www
 
 
 
 
 
 
 
 
 
 

readme.md

Stencil with mobx - TodoList

Mobx is a state management library, somewhat structured like Redux, but simpler without the need to implement full event, reducer etc. - chains.

Getting Started

To start learning about mobx in stencil, clone this repo to a new directory:

git clone git@github.com:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin

and run:

npm install
npm start
You can’t perform that action at this time.