All Projects → saschb2b → Meteor Mantra React Redux Kickstarter

saschb2b / Meteor Mantra React Redux Kickstarter

Licence: mit
Basic structure for mantra architecture with flow router, react and redux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Meteor Mantra React Redux Kickstarter

React Native Meteor Boilerplate
Stars: ✭ 637 (+2023.33%)
Mutual labels:  meteor
Mongol Meteor Explore Minimongo Devtools
In-App MongoDB Editor for Meteor (Meteor DevTools)
Stars: ✭ 846 (+2720%)
Mutual labels:  meteor
Rate Limit
Meteor package to rate-limit a function by queuing up calls (instead of dropping them like throttle or debounce)
Stars: ✭ 15 (-50%)
Mutual labels:  meteor
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+2080%)
Mutual labels:  meteor
Meteor Roles
Authorization package for Meteor, compatible with built-in accounts packages
Stars: ✭ 916 (+2953.33%)
Mutual labels:  meteor
Meteor Google Charts
Simple package for Google Charts on Meteor
Stars: ✭ 9 (-70%)
Mutual labels:  meteor
Db
GroundDB is a thin layer providing Meteor offline database and methods
Stars: ✭ 569 (+1796.67%)
Mutual labels:  meteor
Meteor Collection Softremovable
Add soft remove to collections
Stars: ✭ 29 (-3.33%)
Mutual labels:  meteor
Meteor Boilerplate
A lightweight boilerplate for meteor projects
Stars: ✭ 841 (+2703.33%)
Mutual labels:  meteor
Kickstart Meteor Polymer
⚡️ Kickstart a Meteor - Polymer project with MWC packages. (Flow Router is used to route)
Stars: ✭ 15 (-50%)
Mutual labels:  meteor
Demeteorizer
Converts a Meteor app into a standard Node.js application.
Stars: ✭ 717 (+2290%)
Mutual labels:  meteor
Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+2876.67%)
Mutual labels:  meteor
Retrotanks
RetroTanks: Atari Combat Reimagined, built in Meteor.js. Great isomorphic JavaScript example.
Stars: ✭ 9 (-70%)
Mutual labels:  meteor
Meteor Collection Hooks
Meteor Collection Hooks
Stars: ✭ 641 (+2036.67%)
Mutual labels:  meteor
Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+104070%)
Mutual labels:  meteor
Meteor Astronomy
Model layer for Meteor
Stars: ✭ 608 (+1926.67%)
Mutual labels:  meteor
Ostrio Analytics
📊 Visitor's analytics tracking code for ostr.io service
Stars: ✭ 9 (-70%)
Mutual labels:  meteor
Fullcalendar React
Stars: ✭ 30 (+0%)
Mutual labels:  meteor
Create React Meteor App
Meteor + React for fast prototyping 🔥🔥
Stars: ✭ 28 (-6.67%)
Mutual labels:  meteor
Sapporo
Web App for hosting coding competition
Stars: ✭ 10 (-66.67%)
Mutual labels:  meteor

Meteor-Mantra-React-Redux

STILL WIP

Kickstart a Mantra architecture project with Meteor, React, FlowRouter and Redux

  1. git clone https://github.com/saschb2b/meteor-mantra-react-redux-kickstarter.git
  2. cd meteor-mantra-react-redux-kickstarter
  3. npm i
  4. meteor

Production

You can use meteor run, meteor build, mup or anything working with Meteor.

Run in production mode

meteor run --production

Build for production

meteor build .

Packages

Main Packages

Flow Router

https://github.com/kadirahq/flow-router

Redux

https://github.com/reactjs/react-redux

React

https://github.com/facebook/react

Mantra

https://github.com/mantrajs/mantra-core

Meteor

https://github.com/meteor/meteor

Other Packages

React Material UI

https://github.com/callemall/material-ui

https://www.material-ui.com

React Helmet

A document head manager for React

https://github.com/nfl/react-helmet

React Mounter

A simple way to mount React components

https://github.com/kadirahq/react-mounter

Kadira React Storybook

Isolate your React UI Component development from the main app

https://github.com/kadirahq/react-storybook

ESLint

A fully pluggable tool for identifying and reporting on patterns in JavaScript. http://eslint.org

https://github.com/eslint/eslint

ESLint Config Airbnb

This package provides Airbnb's .eslintrc as an extensible shared config.

https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb

Redbox React

A redbox (rsod) component to display your errors.

https://github.com/KeywordBrain/redbox-react

ToDo

  • Get used to mantra
  • Isolate React UI components
    • Use react komposer
    • Try out kadira's storyboard or alternatives
  • Learn to love react more
  • Make some more modules and load them
  • Find a good structure for serverside
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].