Back
Todo
Change how like buttons are rendered for when you've liked a todo. Todos are heavily cached so the "did you like it?"-state needs to be applied dynamically. Before, we would make an additional HTTP request for each like button to update it. But now, we use Turbo Streams to update the button in the same initial HTTP request. It reduces both the number of HTTP requests and database queries.
#wip