-
Notifications
You must be signed in to change notification settings - Fork 18
Home
foxdonut edited this page Apr 18, 2018
·
11 revisions
Meiosis is not a library. It's a simple pattern.
Meiosis is a pattern to manage state in your web applications. Think Redux, MobX, Cerebral, React Context, etc. but without having library imports everywhere and being tied to a framework API. Instead, just plain functions and objects.
This Wiki contains short articles and examples explaining and demonstrating the Meiosis pattern. Knowledge of ES6 and familiarity with functional programming is assumed.
Newcomers please start with the Meiosis Tutorial, which is a more gradual introduction to the pattern.
When you are ready, use the sidebar on the right to navigate through content.