andywer / ideabox

Place to collect techy ideas and get feedback.
1 stars 1 forks source link

Frontend JS: Make code run in web workers by default #8

Open andywer opened 7 years ago

andywer commented 7 years ago

In order to achieve a nice and smooth 60 FPS rendering code should be run in web workers by default and only pure rendering code should be run by the main thread.

This should be a first-class architectural feature of a framework. Maybe an existing framework (React?) can be extended.