cljsrn

kennytilton 2021-09-06T06:30:40.155200Z

Why did we put Facebook in charge of GUI?

Since experimental useMutableSource API was added, we’ve made changes to our overall concurrent rendering model that have led us to reconsider its design. Members of this Working Group have also reported flaws with the existing API contract that make it difficult for library maintainers to adopt useMutableSource in their implementations.

After additional research and discussions, here are our proposed changes...
I smell fear.

🤣 1
sova-soars-the-sora 2021-09-10T23:30:17.214200Z

I guess they have enough developer strength to throw at arbitrary problems so maybe it just kinda fell into their lap.

kennytilton 2021-09-11T01:48:18.214400Z

I think they won folks over with performance; by handling DOM manipulation; with the declarative quality of components; and the reactive "feel". Then, yep, huge resources poured into performance and promotion.

2021-09-06T09:36:27.156Z

people using krell, how do you import ts and tsx files?

2021-09-06T09:36:47.156400Z

im trying to even do

(def w (js/require "./test.js"))

(js/console.warn w)
and its undefined