Fork me on GitHub
#cljsrn
<
2021-09-06
>
kennytilton06:09:40

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.

2
sova-soars-the-sora23:09:17

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

kennytilton01:09:18

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.

pvinis09:09:27

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

pvinis09:09:47

im trying to even do

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

(js/console.warn w)
and its undefined