Jack Herrington

Jack Herrington

Jack Herrington is a principal full stack engineer, author and YouTuber who is trying to bring a practical approach to engineering and education to developers at all skill levels.
In-Depth Local First AI Semantic Search With React Native
React Advanced Conference 2024React Advanced Conference 2024
Upcoming
In-Depth Local First AI Semantic Search With React Native
Learn how to build a world class search feature in your React Native application using a local first AI. Your data will never leave the device! We'll go through how to install and use local AI models. You'll come away with a deep understanding of how AI models work (beyond just a REST API) and how to use them to build a high quality semantic search feature. You'll also learn what vector embeddings are, how to use them, and how to index them efficiently to provide near instant results on thousands of records.
The State of The State In The App Router
React Advanced Conference 2023React Advanced Conference 2023
32 min
The State of The State In The App Router
NextJS 13.4 changed the game with the App Router and React Server components. The change to the state management model looks simple to start, but gets complex very quickly as you try to create the practical every-day user experiences that were straightforward in the pages model. We'll talk about the different state management models, how they work in the App Router, and how to decide which you should use.