Re: [web2py] Off topic : new js alternative to vue and react

2020-05-11 Thread Massimiliano
Hi Jacinto, for me yes, it is. I'm trying to replace vue with svelte. It's less verbose and it produce very tiny and fast js applications. >From the docs: "You can build your entire app with Svelte, or you can add it incrementally to an existing codebase. You can also ship components as

Re: [web2py] Off topic : new js alternative to vue and react

2020-05-09 Thread Jacinto Parga
I like svelte too. Do you think it can be a good complement for web2py / py4web? -- 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

Re: [web2py] Off topic : new js alternative to vue and react

2020-05-09 Thread Massimiliano
Another one that I'm loving: https://svelte.dev Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. On Fri,

[web2py] Off topic : new js alternative to vue and react

2020-05-07 Thread António Ramos
This is s cool and clean. https://www.imba.io/ The interactive screencasting platform Scrimba.com is written in Imba, both frontend and backend. regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -