Google 網路論壇不再支援新的 Usenet 貼文或訂閱項目,但過往內容仍可供查看。

New JS-centric, reactive Web un-framework.

瀏覽次數:26 次
跳到第一則未讀訊息

Ken Tilton

未讀,
2018年3月5日 上午11:32:342018/3/5
收件者:
Does this write-up make sense to anyone?

https://youtu.be/pGWP-_VhrzE

I am having trouble explaining this approach to folks and would appreciate feedback.

tl;dr: A JS library tentatively called mxWeb has an API deliberately meant to mirror HTML tag syntax. We build JS objects, mxWeb pipes them into the DOM. An underlying reactive (I prefer "data flow") framework works at the property level so it can make the logical minimum of DOM updates. The data flow also supports the declarative syntax of React components without the inefficiency of VDOM and diffing, and obviates the need for Flux/Redux.

Comparable are Hoplon/Javelin from the CLJS world, and binding.scala.

Again, feedback good or bad will be greatly appreciated.

-kt

John G Harris

未讀,
2018年3月5日 下午1:21:042018/3/5
收件者:
On Mon, 5 Mar 2018 08:32:26 -0800 (PST), Ken Tilton
<kent...@gmail.com> wrote:

<snip>
> mirror HTML tag syntax.
<snip>

Do you mean 'HTML element syntax' ?

John

Ken Tilton

未讀,
2018年3月7日 下午5:39:462018/3/7
收件者:
Yes.
0 則新訊息