Hacker Newsnew | past | comments | ask | show | jobs | submit | Offler's commentslogin

That's basically every major framework apart from React and it includes some major React libraries.


They weren't used in virtually every single frontend framework though while Signals are


Nah I use Legend-State with Context to provide component stores and it's much nicer than the foot gun riddled useEffect standard React. Fine grained reactivity is fantastic.


React isn't in the list because the creator had a bad experience with backbone.js in 2013 and dislikes Signals. The team have kept true to his preferences without considering modern Signal approaches, concepts like components, dependency injection and TypeScript, npm packages which provide better encapsulation, discoverability and modularity than the state of the art in 2013.


I work on FX trading applications with hundreds of thousands of lines of code. Full fat desktop application replacements. Good luck not using a framework. 20-30 developers with multiple clients with their own devs.


Look at legend-state, it's most definitely not Redux (in a good way IMO).


Signals are used in every framework except React. Observables weren't. That's a huge difference.


Indeed at a certain scale the "easy" approach ends up becoming a mess. A simple counter isn't complex enough but this is a great idea and would be a positive for the language.


Every framework is moving to signals, apart from React and I'd say if this became a standard even they will. This is like Promise. It's a sensible shared concept.


I much prefer the explicit get/set methods. MobX I think used the magic approach as did svelte and I believe svelte have realized it's a mistake. It makes it harder to reason about the code, better to be explicit.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: