WebReflection / viperHTML

Isomorphic hyperHTML
ISC License
314 stars 10 forks source link

viperHTML framework #3

Closed ansarizafar closed 7 years ago

ansarizafar commented 7 years ago

Is there any plan to develop viperHtml as a complete framework with routing, state management and model based validation like VueJs.

WebReflection commented 7 years ago

viperHTML is a rendering engine. It's a bit like asking if mustache will ever be a complete framework.

The TL;DR answer is then that if that would happen, most likely it won't happen here.

I want to keep concerns separated and do one thing only here (or hyperHTML repo).

However, there are interesting standalone routing libraries such router and page, which purpose is to handle the routing part.

Those would play well with hyperHTML and I've created a twitter poll to see what developers prefer.

For state management, there are also libraries created at hoc for such purpose, including redux