←back to thread

3 points ChadNauseam | 1 comments | | HN request time: 0.262s | source
1. dtagames ◴[] No.45279037[source]
I would beg to differ that the issues pointed out with React are caused by JS. Lit offers reactivity like React but uses native JS objects and not artificial callbacks and such. Thus, you can pass whatever objects you like, independent of the functions that use them. Lit doesn't render again unless the actual referenced object changes.