React but faster

preact

stumbled on this and wanted to see what people think about it

I’m in the middle of building an app with it and I love it…it is pretty much the same as React, but the build file size is smaller, which makes it load & render faster. (only 3kB lib size!) Plus it has some nice features, f.e there is no need to for this.props or this.state in render, you can use it directly.