-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Timo Dörr edited this page May 25, 2017
·
15 revisions
Welcome to the Reactive-State wiki!
The documentation is subject to expand, here are the pages that already exist:
- Glossary - Good starting point if you already know Redux or need a reference of the terms used in the wiki
- Actions - Use Observables and Subjects as Actions
- Reducer - No more boilerplate or endless switch-statements
- Store - Reactive state management and subscribe to changes
- Slicing the State - Description on slices which are the coolest feature of Reactive State
- Async operations and side effects - Why you don't need ActionCreators, Thunks or other middlewares to manage side effects with Reactive-State
- Computed values - Why you won't need MobX with Reactive-State
Missing topics:
- Basic tutorial (see the example.ts and the unit test included in the sourcecode in the meantime)
- API Docs / link to .d.ts files