Jeff is a software engineer of 15 years. Specializing in React for nearly 9 years he has seen it all, class components, mixins, HoC, all the way to functional components and SSR.
Can AI help us test our React components? In this talk, we’ll explore how generative UI can streamline component testing using LLMs.
React Server Components (RSC) are an exciting feature that allows developers to build parts of their React applications that run on the server.
We're just networking and hanging out this month.
Tell your story!
React hooks were introduced in 2019 and are still mysterious to a lot of developers. Let's explore how hooks actually work and some of the things you can do with them.
Are you tired of grappling with complex state management challenges? Do you yearn for a seamless and efficient way to handle data flow within your React projects? Look no further!
From the beginning we are always told that we need to test our code. We're given large examples and tons of libraries.