Only reason I even mention this, is with wishes that no one gets confused or wrong idea and properly understands how nice it is.
Only reason I even mention this, is with wishes that no one gets confused or wrong idea and properly understands how nice it is.
However, might be just me, but "loader will run only on client" sounds bit confusing/incorrect. But probably it’s just me disliking possibility for misinterpretation.
However, might be just me, but "loader will run only on client" sounds bit confusing/incorrect. But probably it’s just me disliking possibility for misinterpretation.
How different is it to remix/react-router? Obviously client won’t query DB so I guess we have to define some server function for such loaders so that it calls backend to make the query (or DB directly if called from backend)?
How different is it to remix/react-router? Obviously client won’t query DB so I guess we have to define some server function for such loaders so that it calls backend to make the query (or DB directly if called from backend)?
github.com/kentcdodds/m...
github.com/kentcdodds/m...
github.com/kentcdodds/m...
This is as agnostic as it can get I believe.
github.com/kentcdodds/m...
This is as agnostic as it can get I believe.
1. Would have to pass few more things as config
2. Limited to what mdxjs supports
Got rough version working, main thing left is adjusting getMDXComponent without introducing breaking changes.
Hopefully I can finish it this weekend
1. Would have to pass few more things as config
2. Limited to what mdxjs supports
Got rough version working, main thing left is adjusting getMDXComponent without introducing breaking changes.
Hopefully I can finish it this weekend
How would you approach to a need for TSC to throw errors when trying to use not existent fields in GraphQL query or incorrect query. It’s has to be in .ts(x) file.
How would you approach to a need for TSC to throw errors when trying to use not existent fields in GraphQL query or incorrect query. It’s has to be in .ts(x) file.