bencompton / redux-retro

Bring back the clean, minimal-boilerplate syntax you enjoyed with classic Flux libraries, plus great TypeScript support
MIT License
7 stars 0 forks source link

Examples #1

Open bencompton opened 8 years ago

bencompton commented 8 years ago

Create examples for ES6 and TypeScript

bencompton commented 7 years ago

Going to start with redoing the Shopping Cart example from Redux in Redux Retro. This should be a complex enough example to showcase the differences between Redux and Redux Retro and cover a lot of the scenarios that occur in normal usage.

This example will also feature integration tests that exercise the state management logic through the containers, simultaneously exercising actions, reducers, and asynchronous effects, while simulating a user interacting with the UI.

It will take a fair amount of effort to put this example together, so it probably won't be ready for at least a few weeks. Stay tuned!