Talks
-
Go beyond fully static websites with Astro
Astro is no longer restricted to building fully static websites in the newest versions. You can use SSR, View Transitions, Cookies, and many more. I showcase that in my talk by taking the example of an e-commerce website.
Astro XState -
What is XState?
What XState is and how we can use it to improve the code of front-end applications. I refactored a to-do list application from plain React to XState, simplifying the code and making it easier to understand.
XState React -
Temporal + XState
How to use Temporal TypeScript SDK and XState to create declarative workflows with explicit behaviours. I implement the workflow for an electronic signature with these tools.
Temporal XState