Echo JS 0.11.0

<~>

MaxArt 15 days ago. link 2 points
You say "React like", but I don't think you know what it means.

I see no point in using this library, if not for educational purposes.
atum47 15 days ago. link 1 point
You can use this minimalist framework to create functional reusable components with the JSX like syntax. With the last update you can create and manage the application state.

Since I was aiming for a really small footprint there's no guards anywhere, you are 100% responsible for error handling or what happens when the state is changed.
Gnito 12 days ago. link 1 point
This is a clickbait title, since this is not ”React like” and not ”JSX like”.

To me, this resembles mostly a library called hyperscript that I played with 8 years ago.