Viewing profile — dumindaxsb
dumindaxsb
HN member- Joined
- Mon, Dec 21, 2020, 12:54 PM UTC
- HN karma
- 80
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About dumindaxsb
Recent public activity
-
comment
Comment #28704151
Hi Azaan, This is brilliantly done. You have a bright future ahead. A few suggestions: 1. You could add anonymous(but verified) tutor ratings. This will enable children to find bet…
-
comment
Comment #28230792
This is a cool project somebee. Interested to explore more. On benchmarking: I went through the same concerns and ended up building a little benchmarking tool for a simple reactive…
-
comment
Comment #28063514
Cool! I just made the PR :) Good luck with the project.
-
comment
Comment #28060586
This is very useful. Thank you for making this. I was going to suggest a dark theme, then I thought why not making one for you (not perfect, but a good place to start): https://pas…
-
comment
Comment #28033807
Yes, the indicators are very strong. However, we thought similarly about Nokia, Intel, SpaceX competitors, etc.
-
comment
Comment #28004011
This is cool!
-
comment
Comment #27948129
Update: Your reply encouraged me to experiment a little bit. Turns out, CalDOM already seamlessly merge with native Web Components. I just didn't see it previously. :( It can be us…
-
comment
Comment #27891587
Thank you! :)
-
comment
Comment #27891175
It's 100% interoperable with Native DOM API. Basically, CalDOM's reactivity system does not care how the Element is created as long as it's a Native DOM Element/Node. It could be _…
-
comment
Comment #27891087
Thank you very much! Actually, I was very nervous about "meh, whatever another JS lib" response. I'm relatively new to HN. This community is awesome!
-
comment
Comment #27891022
I understand. I picked it mainly for 3 reasons. In my opinion, 1. _ kind of hide itself & give more prominence to the rest of the code (logic) 2. If we pick a long name like CalDOM…
-
comment
Comment #27890989
I understand. Thank you for the feedback. If you don't like the underscore, there's an official way to alias it: https://caldom.org/docs/#_cal_dom_alias I actually forgot to mentio…
-
comment
Comment #27889578
Thank you. Worked really hard on the benchmark :) No, it's not synced. When you use CalDOM without its reactive features, it's just a wrapper around the native DOM Element (similar…
-
comment
Comment #27889424
Yeah. Thank you for the valuable feedback. Working on it.
-
comment
Comment #27889396
Thank you :)
-
comment
Comment #27889382
Yeah, Lit is cool & futuristic. However, it's built for ES2019. It requires some effort to make it compatible with previous browsers: https://lit.dev/docs/tools/requirements/ In my…
-
comment
Comment #27889304
Same technique is used for .$ reference holder. Proxies are awesome! :)
-
comment
Comment #27889265
Exactly, and state changes are batched behind requestAnimationFrame :) Also, there's .react(new_state), which is synchronous. If one prefer not to use Proxies (old browsers, etc), …
-
comment
Comment #27867344
I honestly don’t know where this will lead. Probably all of this is just for nothing. The world has enough UI libraries already. Duh!. I decided to make my own mini jQuery years ag…
-
comment
Comment #27867318
Introducing CalDOM, an agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM. Instead of pulling you into a library-specific magical world, C…
- story
-
comment
Comment #25502719
Got it. Thanks!
-
comment
Comment #25497549
Thank you! And, you're welcome! :)
-
comment
Comment #25497337
Nice finishing touch. I think this is the shortest it could get in this approach with semantic tags. I just learnt about insertAdjacentHTML & last variable return of arrow function…
-
comment
Comment #25495345
Hello!, I'm the original owner of this tweet & new to HN. I never expected this to go crazy at this scale. A big thank you to @rukshn for sharing it here. My apologies for the narr…