dai-shi / waku

⛩️ The minimal React framework
https://waku.gg
MIT License
3.91k stars 102 forks source link

Chapter 1 tutorial #650

Closed dizzyjaguar closed 1 month ago

dizzyjaguar commented 1 month ago

620

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **waku** | ⬜️ Ignored ([Inspect](https://vercel.com/daishis-projects/waku/5HTMbufR9P4GiJSppoCEzvmAr63S)) | [Visit Preview](https://waku-git-fork-dizzyjaguar-tutorial-daishis-projects.vercel.app) | Apr 14, 2024 10:58pm |
codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

dai-shi commented 1 month ago

@sandren any feedback?

sandren commented 1 month ago

Thanks for working on this.

It's ok that it's still a work-in-progress, but we shouldn't merge any placeholder content. I notice a few pieces:

It would be better to highlight what you can do in the client components section (instead of saying what you cannot do in server components). That will help balance those two sections as well.

Also I understand the routing section is scoped to what's present in the default starter, but it should still cover dynamic rendering, segment routes, etc.

Thanks! 🙂

dizzyjaguar commented 1 month ago

@sandren That all sounds good!

Thanks for reviewing 🙏🏼 Should hopefully have these changes pushed in the next few days.

sandren commented 1 month ago
  • For the rest of the routing I was planning to go over those details in Chapter 2 when the user builds the todo app; since then we will have some more situations to use them.

That's fine as long as the language of Chapter 1 doesn't imply that single-routes are all that are available. It should be clear that it's only covering those for now because that's what's present in the starter. 🙂

dizzyjaguar commented 1 month ago
  • For the rest of the routing I was planning to go over those details in Chapter 2 when the user builds the todo app; since then we will have some more situations to use them.

That's fine as long as the language of Chapter 1 doesn't imply that single-routes are all that are available. It should be clear that it's only covering those for now because that's what's present in the starter. 🙂

Awesome, I'll add something in that section about going over the rest of the routing in the next chapter! 😎

dizzyjaguar commented 1 month ago

@dai-shi @sandren

Just pushed those small updates 🙂

Let me know if theres anything else!~

dizzyjaguar commented 1 month ago

@sandren Awesome! 🎆 @dai-shi & @sandren should I start working on Chapter 2 after this gets merged in?

dai-shi commented 1 month ago

Yeah!