Ismael Celis
@ismaelcelis.com
I'll never get tired of rebuilding event sourced projections
November 7, 2025 at 7:10 PM
I'll never get tired of rebuilding event sourced projections
Got the Todo App demo working with the new event-sourced architecture, too. Again no UX changes, but it's good to have a couple of different demos to test-drive changes to the library.
November 5, 2025 at 5:41 PM
Got the Todo App demo working with the new event-sourced architecture, too. Again no UX changes, but it's good to have a couple of different demos to test-drive changes to the library.
The UX is the same as before, but the only endpoint that was previously immediately consistent is now eventual as well, and there's a major concurrency bug fixed. This is a projection being re-built based on event history.
November 4, 2025 at 4:55 PM
The UX is the same as before, but the only endpoint that was previously immediately consistent is now eventual as well, and there's a major concurrency bug fixed. This is a projection being re-built based on event history.
Ok. Got the old Coffeeshop demo app working with the new architecture. Everything is eventually consistent, and all aspects of the UI are reactive (yet server-rendered).
November 4, 2025 at 4:55 PM
Ok. Got the old Coffeeshop demo app working with the new architecture. Everything is eventually consistent, and all aspects of the UI are reactive (yet server-rendered).