Echo JS 0.11.0

<~>
kornflexx 989 days ago. link 1 point
I like the way render and instantiation are clearly separate.
Creating static event handler is way easier this way (than react does).
I will try it, just a bit sad a compiler doesn't implement auto update (rerender).

Replies

jansi 977 days ago. link 1 point
Hi! Thanks for kind words. Speaking about auto update - that's done on purpose - it is a server-side framework, so each re-render causes requests from server to browser and you don't always need it because of performance issues. So it is up to developer to tell Drayman when rerendering is needed.