Y
Hacker News
new
|
ask
|
show
|
jobs
by
tcfhgj
217 days ago
> - use a reducer (i.e. the state blob is immutable during rendering, updates are deferred via events that are delivered between frames)
This is how I implemented my last Angular project, works fine for non-trivial tasks.