bouwe77 / lakehub-react-foundation-workshop

Created with CodeSandbox
https://codesandbox.io/s/github/bouwe77/lakehub-react-foundation-workshop
1 stars 1 forks source link

Student feedback #1

Open ottagit opened 3 years ago

ottagit commented 3 years ago

@bouwe77 We can have the students comment on, maybe,

bouwe77 commented 3 years ago

Yes, great idea! 😃👍

nickmwangemi commented 3 years ago
bouwe77 commented 3 years ago

Thank you very much @nickmwangemi! 🙏

May I ask why you want to learn class components?

nickmwangemi commented 3 years ago

Thank you very much @nickmwangemi! 🙏

May I ask why you want to learn class components?

@bouwe77 I have come across it in legacy code and would like to know more about it so that I can make the connection between them and functional components.

bouwe77 commented 3 years ago

Great, I was hoping you'd say that! 😃👍 Sounds like a good use case indeed. Perhaps to convert them to function components with hooks. 👌

Bigice-spec commented 3 years ago

Add some routes, router, switc. The BrowserRouter. But good to go 😉

bouwe77 commented 3 years ago

Thank you @Bigice-spec, a very cool topic. Maybe a bit too advanced for the coming workshop, but definitely something we'll have to dive in to because it is an essential tool. 🚀

AdeyaOduor commented 3 years ago

@bouwe77 ,this is great maybe you can also touch on error boundaries and testing (TDD). thanks.

bouwe77 commented 3 years ago

Great topics too! Just like routing, error boundaries is an essential tool. And the only reason to still use classes. I won't cover this next week already, but this should be on a shortlist for a more advanced workshop together with routing.

With regards to testing, I do not have experience yet with TDD in React. However, I have a subscription on https://testingjavascript.com, so the only thing I need to be able to teach it is to study on it myself.