Hacker News new | ask | show | jobs
by ericclemmons 4005 days ago
I'm extremely excited about this release because of the change to context from Owner-based to Parent-based.

Authoring react-resolver meant jumping through weird hoops to avoid context changing, but this release should mean things will work as expected, rather than having to sort out "gotchas".

There goes my July 4th weekend :)

1 comments

I'm looking forward to the context change the most too, it makes the feature work the way I've intuitively thought it would/should work when trying to design for it in the past.

It's going to be a boon for libraries which use DSL-like ancestor components.