Hacker News new | ask | show | jobs
by chrislgrigg 3445 days ago
This is great advice, particularly the part about small, similar components instead of large, customizable ones. This is something I feel like I struggle with in views much more than I ever did working backend, and it's healthy to be reminded regularly.

On the subject of sagas, does anyone have a good solution for dealing with `call` in TypeScript without losing type safety?