Viewing profile — bosmarcel
bosmarcel
HN member- Joined
- Fri, Jul 18, 2025, 10:47 AM UTC
- HN karma
- 65
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About bosmarcel
No profile information was provided.
Recent public activity
-
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 &…
-
comment
Comment #49594530
Great post/reply, thanks a lot
-
comment
Comment #49591404
Hahaha! Exactly
-
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…
-
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…
-
comment
Comment #49591220
O yes, thanks, appreciate it! I'm tired now, but i will find the time tomorrow to make it more readable!
-
comment
Comment #49591197
It is based on ref. equality, so assignment through '=' will trigger an "effect".
-
comment
Comment #49590964
Thanks, I really appreciate it! Hope others will feel the same. The frontend community needs and deserves simple tools:)
-
comment
Comment #49590789
Thanx a lot!
-
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…
- story
- story
-
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…
- story
-
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…
-
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'…