sevenwestmedia / react-ssr-data-loader

​​This library will help with declarative data loading in React - with full server side rendering support!
MIT License
11 stars 2 forks source link

Create a helper type for the register return type #3

Closed JakeGinnivan closed 4 years ago

JakeGinnivan commented 5 years ago

It is currently not easy to assign the data loader to a typed variable (one where the type is not inferred).

Export a RegisteredComponent type which is a type alias and easier to reference

JakeGinnivan commented 4 years ago

No longer needed