JS Conf JP

Atila Fassina

Atila Fassina

Atila Fassina is on a mission to make code simpler and improving user experience through developer experience. When not recording screencasts or courses, you may find him either writing or talking.

Remixing Usability with Performance

11/26/2022, 15:30 - 16:00
Track B
Spoken language: en
Slide language: en

We are going to talk about the benefits of using Optimistic UI from the perspective of UX and Usability. Once the value is established, we check what are the important caveats to be aware of, and most importantly when to use it. Moving on to more practical examples, we check the concepts behind the related Remix APIs (loader function, action function, useLoaderData , useActionData, useTransition, useFetcher), and finally: some live-coding to illustrate what we have all discussed - we create a DB table on stage so we can query and mutate data.