October 2024
The Future of the Web is Local First | ViteConf 2024
Why use a backend when you can use a client sqlite database ? In this quick demo, Ben shows how to install and use a full sqlite database directly from the browser with Astro.
Why use a backend when you can use a client sqlite database ? In this quick demo, Ben shows how to install and use a full sqlite database directly from the browser with Astro.
Learn how optimistic updates will work in React 19. With a very simple todo app, Jack Herrington live code different ways to implement optimistic updates with the new hook useOptimistic, transitions, tanstack query or even zustand.