This repo contains several versions of a simple Todos app, built with different technologies as a learning exercise.
Built as a set of Polymer web components, using Paper components for the UI, talking to a Meteor backend via Asteroid. Thanks to Asteroid, this is a static website. Access it via normal HTTP server, like Apache.
Built as a set of React components, using Materialize.css for the UI, talking to a Meteor backend via Asteroid. Thanks to Asteroid, this is a static website. Access it via normal HTTP server, like Apache.
Standard Meteor app, using Paper components for the UI.
Build as a set of Polymer web components, using Paper components for the UI, talking to a Meteor backend via ordinary Meteor minimongo collections.
Build as a set of React components, using Materialize.css for the UI, talking to a Meteor backend via ordinary
Meteor minimongo collections. This uses the mystor:routecore
Meteor package.
Build as a set of React components, using Materialize.css for the UI, talking to a Meteor backend via ordinary
Meteor minimongo collections. This uses the grigio:babel
ES6/JSX compiler and grove:react
Meteor packages.
Set of examples to go along with http://slides.com/hellogerard/meteor-meet-react/#/