Hacker News new | ask | show | jobs
by kecupochren 709 days ago
So much this. It's a perfect match for React. Let's you keep data/logic out of the components, 0 boilerplate, optimized renders (similar to what react compiler will do...).

You can even use tanstack-query to get all/most of its benefits. (by using its core package instead of react-query)