GitXplorerGitXplorer
s

todomvc-onboarding

public
36 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
8487112f5ecd40eb83f7a5d68e706148f7da01fb

Update README.md

sslorber committed 9 years ago
Unverified
3f28080b9d602c68319aebe217c9f24f14b66abd

Update README.md

sslorber committed 9 years ago
Unverified
dd099f5792f0bcfbbc5918de754b3f05840165d5

Update README.md

sslorber committed 9 years ago
Unverified
97d97f93a78ceace18721ad098dae388c9709a25

Update README.md

sslorber committed 9 years ago
Unverified
672a9078f4c638535307737b61e4d9a43363a19f

Update README.md

sslorber committed 9 years ago
Unverified
ba1bfc817a91e25f12d03ff9271d146c479d935b

Update README.md

sslorber committed 9 years ago

README

The README file for this repository.

TodoMVC Onboarding

Showcase different ways to add a complex onboarding to an existing TodoMVC app

Adding an onboarding (not a simple carousel) to an existing application is a transversal concern that can be quite hard. It may require to modify or refactor the initial app. It seems to me a good way to mesure how hard it can be to add a new requirement to an existing application, and maintain it over the long run. It can also permit to evaluate which ways are creating more or less coupling between app components.

The point of this repository is to take existing TodoMVC implementations in different frontend technologies, and show different ways of implementing an onboarding on top of it.

I've mostly created this repository to show how redux-saga can be helpful so my first target is to provide an implementation in both redux-saga and redux-thunk, but I hope other technologies like Elm and CycleJs will give a try too.

Spec

The spec is to be defined: https://github.com/slorber/todomvc-onboarding/issues/1

Related projects: