prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Merge stream changes from KDB branch #96

Closed kwohlfahrt closed 5 years ago

kwohlfahrt commented 5 years ago

The Streams type is now complete, and the transform to Partial<Streams> is done in prepareViewCtx. This makes the user type easier to work with in generics (no need to Required it everywhere), and also makes it clear that there is (currently) no way to have an always-defined stream value.