Surma 7/30/2019

React + Redux + Comlink = Off-main-thread

Read Original

This technical article investigates the architectural philosophy of running Redux state management off the main UI thread in React applications. It details an experiment using the TodoMVC sample with Comlink to separate business logic from UI work, discusses challenges with Create React App and webpack for worker support, and argues for keeping the UI thread dedicated solely to rendering.

React + Redux + Comlink = Off-main-thread

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week