React Berlin meetup Oct '22

I spoke at the React Berlin meetup today (slides below), about my experience writing a chess transcriber in React.

Coding a fairly complex UI in React led to some realizations around component architecture & state management. Components should be divided by functionality and often central stores (like Redux) are unnecessary even for deep UI trees.

More about this can be read at my other blog post.