Viewing profile — jorroll
jorroll
HN member- Joined
- Sun, Jul 11, 2021, 9:48 PM UTC
- HN karma
- 16
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jorroll
No profile information was provided.
Recent public activity
-
comment
Comment #43777127
I'll admit that hearing that "laziness" was something being explored for Solid 2.0 also made me uneasy. Like the OP, in my case I know it's because I'm worried that it will complic…
-
comment
Comment #37593649
The docs indicate[1] that electric's syncing logic, "shapes", are handled transactionally. How would electric handle an initial sync of 500mb or an initial sync of 10gb? [1]: https…
-
comment
Comment #30510619
Unfortunately, you cannot use React code inside Solidjs[1] so you cannot make use of the huge ecosystem of react UI components/libraries. It isn't compatible in that sense. However…
-
comment
Comment #30510445
Interesting. I guess it just boils down to different preferences.
-
comment
Comment #30510427
I think a challenge for new javascript libraries/frameworks is that, for many developers (including myself), we're evaluating the whole architecture. The question isn't, "Which lib…
-
comment
Comment #30510252
Like the author of this post, I appreciate Solid's API because component's only render (i.e. run) once by default and then you define which sections of the component should re-rend…