Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Offler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Offler
2y ago
That's basically every major framework apart from React and it includes some major React libraries.
2.
▲
by
Offler
2y ago
They weren't used in virtually every single frontend framework though while Signals are
3.
▲
by
Offler
2y ago
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.
4.
▲
by
Offler
2y ago
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, dependen
5.
▲
by
Offler
2y ago
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.
6.
▲
by
Offler
2y ago
Look at legend-state, it's most definitely not Redux (in a good way IMO).
7.
▲
by
Offler
2y ago
Signals are used in every framework except React. Observables weren't. That's a huge difference.
8.
▲
by
Offler
2y ago
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.
9.
▲
by
Offler
2y ago
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.
10.
▲
by
Offler
2y ago
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.
11.
▲
by
Offler
2y ago
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.
12.
▲
by
Offler
3y ago
I'd rather have the Irish electoral system then the American one any day.
13.
▲
by
Offler
4y ago
Another vote for LazyVim, it's been great.
14.
▲
by
Offler
4y ago
Linux is great on such hardware. I've a 10 year old XPS 13 running Pop_OS and it's perfectly usable.
15.
▲
by
Offler
4y ago
A React project wouldn't have the same issues.
16.
▲
by
Offler
10y ago
There are many countries in the world who would love to have an economy as strong/modern and prosperous as Japan.
17.
▲
Thoughts on RxJS
(medium.com)
2 points
by
Offler
11y ago
|
0 comments
18.
▲
by
Offler
11y ago
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).
19.
▲
by
Offler
11y ago
It sounds like the sort of mistake newbie React developers make, you quickly learn to decompose your render into smaller components.
20.
▲
by
Offler
11y ago
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 React 0.14) and only have the higher level components act as w
21.
▲
by
Offler
11y ago
Mithril appears harder to read than equivalent JSX. const links = ctrl.pages().map(page => <a href={page.url}>{page.title}</a>); return <div> {links} <button onClick={ctrl.rotate}> Rotate Links
22.
▲
by
Offler
11y ago
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. Just use React as the other two are copying/convergin
23.
▲
by
Offler
11y ago
Respect disease let people die when they contract them.
24.
▲
by
Offler
11y ago
npm is getting its house in order when it comes to browser package management. I wouldn't bet too heavily on something else.
25.
▲
by
Offler
11y ago
Well the question is why bother with those other tools if one tool (Webpack) can do everything you need?
26.
▲
by
Offler
11y ago
It reminds you of React because he's talking about React :)
27.
▲
by
Offler
11y ago
Fairly standard for such a low rent, she's lucky she didn't have mice skittering over her feet in her kitchen...
28.
▲
by
Offler
11y ago
Basically JavaScript is a tool that I can leverage in more places then CS and CS offers me very little advantage over ES6.
29.
▲
by
Offler
11y ago
I think the reason React is so popular is due to the developer experience. It's a simpler mental model where you no longer have to worry about your previous state and how to transition the view to the correct current state based on it.
30.
▲
by
Offler
11y ago
I'm not sure why it's terrible practice, the only reason I can think of is a performance one. As I said earlier in the thread though that's only a problem if you create infinite lists and never clean up after yourself. The co
More ›