Replies: 1 comment 1 reply
-
Thanks for this feedback @perkinsjr!
Thanks again for caring enough to take the time to bring this up! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone / @kentcdodds
I just spent some time using the Developer blog guide on stream, great guide over all but here are a few things I thought about when running through it:
your-first-route section
it states when adding the Link.If you remove everything inside the body, this causes the app to of course only display the Link and never render the rest of the Remix app. If this is the first time someone has played with Remix , they maybe be confused.
The project uses Typescript which is stated at the top, for users not using Typescript it might be nice to have callouts that state "Typescript Only", for when you update Types. So JS users can skip over and not get lost in the Types .
It would be nice to reference out to things like
<Outlet/>
oruseActionData
for example. So, a user could investigate the use case as they go through the quickstart.Add the example application so people can look at the GitHub version in case they make some mistakes.
Beta Was this translation helpful? Give feedback.
All reactions