Live data from Hacker News

Viewing profile — Offler

Offler

HN member
Joined
Sat, Nov 17, 2012, 2:54 AM UTC
HN karma
162
Public activity
120 items

About Offler

JavaScript dev working on online trading applications.

Recent public activity

  1. comment
    Comment #39898058

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

  2. comment
    Comment #39895891

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

  3. 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.

  4. 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…

  5. 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…

  6. comment
    Comment #39893055

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

  7. comment
    Comment #39893036

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

  8. 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.

  9. 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.

  10. 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…

  11. 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.

  12. comment
    Comment #35625954

    I'd rather have the Irish electoral system then the American one any day.

  13. comment
    Comment #35135021

    Another vote for LazyVim, it's been great.

  14. 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.

  15. comment
    Comment #34832478

    A React project wouldn't have the same issues.

  16. comment
    Comment #12328170

    There are many countries in the world who would love to have an economy as strong/modern and prosperous as Japan.

  17. story
  18. 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).

  19. comment
    Comment #10458107

    It sounds like the sort of mistake newbie React developers make, you quickly learn to decompose your render into smaller components.

  20. 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…

  21. 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…

  22. 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…

  23. comment
    Comment #10026740

    Respect disease let people die when they contract them.

  24. 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.

  25. comment
    Comment #9951971

    Well the question is why bother with those other tools if one tool (Webpack) can do everything you need?