frejs / fre

:ghost: Tiny Concurrent UI library with Fiber.

Home Page:https://fre.deno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1kb?

jantimon opened this issue · comments

In fact, after tree-shaking helloworld project can achieve 1kb. 1kb is our goal, but the premise is not to sacrifice readability.

I have to say that in the past, the algorithm of fre1 can achieve 1kb, but for fre2, I reimplemented the reconciliation algorithm, and it can’t go back to 1kb. Maybe we have to compromise on the size, 2kb is also small.

I guess that's fine than :)
So all we need to do is to upgrade the readme

The readme has been changed, close the issue first, until we come back.