We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just an idea, motivated by the discussion in https://github.com/uzujs/uzu/issues/6#issuecomment-304519136, maybe taking out the local Storage here as external parameter would make the data flow more explicit: https://github.com/funkia/turbine/blob/master/examples/todo/src/TodoApp.ts#L69
Somehow I feel it does not really belong to the main app but comes from outside.
It might be interesting to compare with the implementation here: https://github.com/briancavalier/most-todomvc/blob/master/src/index.js#L75
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just an idea,
motivated by the discussion in https://github.com/uzujs/uzu/issues/6#issuecomment-304519136,
maybe taking out the local Storage here as external parameter would make the data flow more explicit:
https://github.com/funkia/turbine/blob/master/examples/todo/src/TodoApp.ts#L69
Somehow I feel it does not really belong to the main app but comes from outside.
It might be interesting to compare with the implementation here:
https://github.com/briancavalier/most-todomvc/blob/master/src/index.js#L75
The text was updated successfully, but these errors were encountered: