All Projects → aaronksaunders → stencil-mobx

aaronksaunders / stencil-mobx

Licence: MIT license
No description or website provided.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to stencil-mobx

aleph
Aleph is a 3D object viewer and annotation/measurement tool built with A-Frame, AMI, StencilJS, and Ionic
Stars: ✭ 64 (+146.15%)
Mutual labels:  ionic-framework, stenciljs
ionic-custom-components
🌈 Ionic Tutorial: Mastering Web Components in Ionic Framework. This repo is an Ionic project showcasing Angular custom components and Stencil custom web components.
Stars: ✭ 30 (+15.38%)
Mutual labels:  ionic-framework, stenciljs
bulmil
💄 A agnostic UI components library based on Web Components, made with Bulma & Stencil.
Stars: ✭ 121 (+365.38%)
Mutual labels:  stenciljs, stencil-js
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (-7.69%)
Mutual labels:  ionic-framework, stenciljs
ionic-escpos-bluetooth-printer-sample
Sample use of ionic 3 with a bluetooth esc/pos thermal printer
Stars: ✭ 40 (+53.85%)
Mutual labels:  ionic-framework
mobx-crud-example
A crud mobx project using react, featherjs and mongodb
Stars: ✭ 22 (-15.38%)
Mutual labels:  mobx
mobx-easy
MobX made easier
Stars: ✭ 24 (-7.69%)
Mutual labels:  mobx
google-maps-places-geolocation-for-your-ionic-app
Ionic example app of how to add Google maps, places, geolocation and related features into an Ionic Framework app.
Stars: ✭ 13 (-50%)
Mutual labels:  ionic-framework
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (-19.23%)
Mutual labels:  ionic-framework
mobx-router5
Router5 integration with mobx
Stars: ✭ 22 (-15.38%)
Mutual labels:  mobx
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (-7.69%)
Mutual labels:  stenciljs
gatsby-remark-highlight-code
Adds stylish cards and syntax highlighting to code blocks in markdown files
Stars: ✭ 63 (+142.31%)
Mutual labels:  stenciljs
mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (+15.38%)
Mutual labels:  mobx
pub-rules
Rules - Powerful and feature-rich validation library for both Dart and Flutter.
Stars: ✭ 24 (-7.69%)
Mutual labels:  mobx
tietracker
A simple, open source and free time tracking app ⏱️
Stars: ✭ 126 (+384.62%)
Mutual labels:  ionic-framework
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (+188.46%)
Mutual labels:  mobx
stencil-ds-plugins-demo
This is a demo project using the stencil-ds-plugins.
Stars: ✭ 44 (+69.23%)
Mutual labels:  stenciljs
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+96.15%)
Mutual labels:  stenciljs
FlutterSupportChat
App flutter demonstrando o uso das seguintes tecnologias: Firebase, MobX e Flutter Modular.
Stars: ✭ 23 (-11.54%)
Mutual labels:  mobx
ionic3-whatsappclone
This is a template for WhatsApp for user with ionic framework. It's just a template with no backend for now. See Roadmap in Readme below
Stars: ✭ 24 (-7.69%)
Mutual labels:  ionic-framework

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 [email protected]:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin

and run:

npm install
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].