That why I think we should keep sqlhtml a live so we can choose to create forms/tags from server side when ever it makes sens... I use web2py HELPERS all the time as I find it cleaner to write than HTML despite it slower... Though, at some point server side is painful (for complex form or piece of app you want SPA)... So agree on a JS framework and a way of doing thing with it along with web2py/web3py is what is crually missing right now to me... We (I) need to have a basic path on how to craft our client side app part... Should we build restful api before use any client side library... A sane API default for rest would be interresting as we shouldn't reinvent the wheel on our side each time... I see more and more in Django app with client side app and server side rest app (Taiga being a good example : https://taiga.io/)... We need to follow what the industry is doing.
Richard On Wed, Dec 6, 2017 at 3:59 PM, Milton A <[email protected]> wrote: > All the build tools are the hell. Not for a fullstack js programmer, but > for us we use a better programming language for our tasks on server (better > programming language is relative for what you need) but we need to use js > on client because we can not use python. > > Those new build tools come to solve problems we did not have before than. > =-) So, let's try to keep web2py as simple as we can or we will lose to > others more complex frameworks our best advantages. The simplicity and > high productive. > > On Wed, Dec 6, 2017 at 6:55 PM, pbreit <[email protected]> wrote: > >> How would the "Browser" install method work? Just a matter of adding >> those lines to layout.html? Possible to implement this without all the >> build tools? >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

