Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronksaunders/stencil-mobx
https://github.com/aaronksaunders/stencil-mobx
ionic-framework javascript mobx stencil-js stenciljs
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronksaunders/stencil-mobx
- Owner: aaronksaunders
- License: mit
- Created: 2017-08-31T19:13:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:40:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T10:44:10.376Z (about 1 month ago)
- Topics: ionic-framework, javascript, mobx, stencil-js, stenciljs
- Language: TypeScript
- Size: 828 KB
- Stars: 26
- Watchers: 5
- 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 [email protected]:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin
```and run:
```bash
npm install
npm start
```