Viewing profile — Offler
Offler
HN member- Joined
- Sat, Nov 17, 2012, 2:54 AM UTC
- HN karma
- 162
- Public activity
- 120 items
- HN profile
- View on Hacker News ↗
About Offler
Recent public activity
-
comment
Comment #39898058
That's basically every major framework apart from React and it includes some major React libraries.
-
comment
Comment #39895891
They weren't used in virtually every single frontend framework though while Signals are
-
comment
Comment #39894135
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.
-
comment
Comment #39894099
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 moder…
-
comment
Comment #39893798
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 mul…
-
comment
Comment #39893055
Look at legend-state, it's most definitely not Redux (in a good way IMO).
-
comment
Comment #39893036
Signals are used in every framework except React. Observables weren't. That's a huge difference.
-
comment
Comment #39892985
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.
-
comment
Comment #39892955
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.
-
comment
Comment #39892870
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…
-
comment
Comment #39892414
Signals are fine grained reactivity. React is coarse grained reactivity. Legend-state adds signals to React and I'd recommend it over Redux/zustand which we used to use.
-
comment
Comment #35625954
I'd rather have the Irish electoral system then the American one any day.
-
comment
Comment #35135021
Another vote for LazyVim, it's been great.
-
comment
Comment #35111042
Linux is great on such hardware. I've a 10 year old XPS 13 running Pop_OS and it's perfectly usable.
-
comment
Comment #34832478
A React project wouldn't have the same issues.
-
comment
Comment #12328170
There are many countries in the world who would love to have an economy as strong/modern and prosperous as Japan.
- story
-
comment
Comment #10742858
Angular 2 also requires that level of tooling (both allow you to use ES5 and don't require tooling but most devs won't use them like that).
-
comment
Comment #10458107
It sounds like the sort of mistake newbie React developers make, you quickly learn to decompose your render into smaller components.
-
comment
Comment #10426756
It sounds to me like you are doing React development incorrectly. You should aim to break down your mockups into small components, preferably stateless components (introduced in Re…
-
comment
Comment #10211177
Mithril appears harder to read than equivalent JSX. const links = ctrl.pages().map(page => {page.title} ); return {links} Rotate Links ; Compared to m("div", [ ctrl.pages().map(fun…
-
comment
Comment #10053954
Really? You have React, Angular and Ember. Three libraries or frameworks for building web applications. If you aren't building a web application you might not need any of them. Jus…
-
comment
Comment #10026740
Respect disease let people die when they contract them.
-
comment
Comment #9957732
npm is getting its house in order when it comes to browser package management. I wouldn't bet too heavily on something else.
-
comment
Comment #9951971
Well the question is why bother with those other tools if one tool (Webpack) can do everything you need?