A very quick review of React syntax and API. Remember to pause the lesson if you need time to understand something!React is a component-based JavaScript libr... (more…)
Read more »
Managing state in a UI is challenging. It's genuinely difficult and the solutions require a depth of knowledge and experience to understand. Everything is a balance of tradeoffs in complexity, performance, and user experience. (more…)
Read more »
🚀 Watch me build a truly full-stack web app in real time in just 9 minutes 🤯 (React, Node.JS, Prisma) with Wasp & ChatGPT🐝 💻 Wasp is a true full-stack we... (more…)
Read more »
In this post, I'd like to share alternative approaches for dealing with conditional rendering in React. I will try to list out the pros and cons about 3 different approaches (doesn't mean couldn't be more!) and hopefully this can be useful for you someda... (more…)
Read more »
Today some of the most popular solutions to build mobile apps are native or cross-platform approaches using React Native or Flutter. While… (more…)
Read more »