https://github.com/aaronksaunders/stencil-mobx
  
  
     
    https://github.com/aaronksaunders/stencil-mobx
  
ionic-framework javascript mobx stencil-js stenciljs
        Last synced: 4 months ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/aaronksaunders/stencil-mobx
- Owner: aaronksaunders
- License: mit
- Created: 2017-08-31T19:13:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:40:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T17:42:05.281Z (7 months ago)
- Topics: ionic-framework, javascript, mobx, stencil-js, stenciljs
- Language: TypeScript
- Size: 828 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 12
- 
            Metadata Files:
            - Readme: readme.md
- License: LICENSE
 
Awesome Lists containing this project
- awesome-stenciljs - Stencil Mobx
README
          # 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:
```bash
git clone git@github.com:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin
```
and run:
```bash
npm install
npm start
```