伊撒尔
伊撒尔
@krausest ```shell fre-vinvalid-keyed is keyed for 'run benchmark' and keyed for 'remove row benchmark' and keyed for 'swap rows benchmark' . It'll appear as keyed in the results ``` ...
@mindplay-dk I'm sorry to reply too late. I'm in Shanghai. I'm being quarantined because of COVID-19. > Will this have precise updates like Svelte? No virtual DOM? Yes, it must...
I think woff2 is better than ttf.
@jnschulze Any progress?
It seems that `rem` and `vh` are not supported
I see that the new size calculation standard is to calculate the size of Hello world project. After tree-shaking, it seems that there is no need to pay for the...
There is a way that no need underlying element, such as https://github.com/Matt-Esch/virtual-dom, It's very primitive, but it can be used as a reference. It's a completely DOM independent approach, and...
@fabiospampinato Unfortunately to tell you this is impossible. Because React does not have integration testing at all, React only has unit testing, which only tests theoretical behaviors. The implementation details...
https://github.com/facebook/react/tree/master/packages/react-reconciler/src/__tests__/ React has very few e2e tests, but more unit tests. Its main purpose is not to test the rendering "results", but to rendering "process". This does not apply to...
There are no semicolons in almost all modern languages, and dart's semicolons surprise me. I'm glad to see this vote. It's clear that there are few opponents.