See if we can get rid of explicit `dispatch` in the views
Open
- Dominant language
- F#
- Stars
- 112
- Forks
- 21
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
People keep finding interesting ways to misuse the dispatch function we are passing into views.
Eliminating it has been on my wishlist from day one, unfortunately it means a DSL on top of React and all the libs we may want to use in the views.
Up till now I couldn't see a way around it, but maybe with type providers now working on Fable we can take a generic React lib and produce a DSL that would let us remove `dispatch` argument from the views?
Contributor guide
Assessment
This issue has not been assessed yet.