Live data from Hacker News

Viewing profile — christianalfoni

christianalfoni

HN member
Joined
Thu, Nov 19, 2015, 9:23 PM UTC
HN karma
24
Public activity
15 items

About christianalfoni

No profile information was provided.

Recent public activity

  1. comment
    Comment #48422688

    We are all feeling the pressure of generating code with AI for short sighted productivity gains. And with that the increase of cognitive debt, constant context switching and verbos…

  2. story
  3. comment
    Comment #41624044

    Built on React context, use any reactive primitive you want and get concurrent safe, automatic observation in components and fast refresh support for your stores

  4. story
  5. comment
    Comment #41210528

    Ah, I see! I have not worked much with RxJS observables, though I did implement dark/light mode on their previous website... and wrote some docs on how to use them for state manage…

  6. comment
    Comment #41205465

    Yeah, I agree that is definitely a tall ask :) I just published a version with the signal props. Doing this made me realise that it creates this strong concept that StoreProviders …

  7. comment
    Comment #41199545

    Hi again and thanks for this discussion :) Yes, what you are saying makes a lot of sense. And traditionally you would need to do some combination of a global state store like Redux…

  8. comment
    Comment #41188816

    Hi Sebastian and thanks so much for your feedback :) 1. So with observation an `ObserverContext` is created when using a store in a component. This "ObserverContext" tracks what si…

  9. comment
    Comment #41182294

    Impact is currently in release candidate and aims to solve some key pain points moving to global state management. With React 19 and new async patterns this library at the very lea…

  10. story
  11. comment
    Comment #24752904

    Exactly! :) It is very difficult to convey "When does this solution pay back its cost". If you can get by with only React as state management, great. There are so many factors that…

  12. comment
    Comment #24752526

    Hi there and thanks for the feedback on "Why even choose this". Will update the front page! But to answer your question. The main reason Overmind and its predecessor Cerebral ( htt…

  13. story
  14. comment
    Comment #10600058

    This is really interesting, we have very different perspectives on how to consume how an application works. Not saying you are wrong at all, just have different perspective :) 1. W…

  15. comment
    Comment #10597951

    Hi there, I do not quite agree with this. Though I acknowledge your sentiments :-) 1. Global state is easier to reason about. If you have a single state store expressed as a single…