Live data from Hacker News

Viewing profile — bosmarcel

bosmarcel

HN member
Joined
Fri, Jul 18, 2025, 10:47 AM UTC
HN karma
65
Public activity
16 items

About bosmarcel

No profile information was provided.

Recent public activity

  1. comment
    Comment #49595487

    Looks nice! Imho, custom elements are great, but very limited in a way that they almost always require knowledge of the domain. Perhaps I can figure out a way to combine mador.js &…

  2. comment
    Comment #49594530

    Great post/reply, thanks a lot

  3. comment
    Comment #49591404

    Hahaha! Exactly

  4. comment
    Comment #49591391

    That's a fair distinction, but I think they solve different problems. Signals are great, but they usually require managing primitives individually and don't map directly to deep, n…

  5. comment
    Comment #49591244

    Honestly, mostly for the fun of building it and seeing how small and simple I could make it. While big solutions like Preact or Vue are great, sometimes you just want a tiny zero-d…

  6. comment
    Comment #49591220

    O yes, thanks, appreciate it! I'm tired now, but i will find the time tomorrow to make it more readable!

  7. comment
    Comment #49591197

    It is based on ref. equality, so assignment through '=' will trigger an "effect".

  8. comment
    Comment #49590964

    Thanks, I really appreciate it! Hope others will feel the same. The frontend community needs and deserves simple tools:)

  9. comment
    Comment #49590789

    Thanx a lot!

  10. comment
    Comment #49590745

    Hey HN! I wanted to see how far you can push modern JavaScript Proxies without all the heavy overhead of a traditional framework. The result is Mador: a tiny ~80-line reactive stat…

  11. story
  12. story
  13. comment
    Comment #49322027

    Hi HN! Creator of Flynt.js here. I built Flynt.js to solve a common pain point in Multi-Page Application (MPA) setups like Magento/Hyvä, Laravel, and Rails: managing complex UI sta…

  14. story
  15. comment
    Comment #44603417

    Hi everyone! Thanks for the interest in fluent-state. Just a quick note: for easy installation and trying out the demo, check out these links: NPM: https://www.npmjs.com/package/fl…

  16. story
    Show HN: Fluent-state: a new fresh take on local React state

    Hi HN I built *fluent-state*, a lightweight React hook that replaces useState, useReducer, useMemo, and useEffect. It gives you: - A fluent, proxy-based API: `state.user.name('Joe'…