Teodor
December 17, 2018, 8:01pm
41
That’s quite a lot of work and it is still under development. There will be more news soon.
1 Like
Hi All,
any sneaky updates on the Routing module?
@George
@Teodor
1 Like
George
February 8, 2019, 10:58am
44
Routing is now our next top priority so we are working on hard and will try to get it ASAP.
As many people are waiting for it
It is just so extensive to do, so that is why it takes a while.
Also your whole website have to be setup well to optimally perform it.
Anyway more details will follow up!
3 Likes
That’s sounds great!!! Extensive yes, but so important these days. Make it good :). We are currently building our site, using SSI with hope it integrates with the new module. Are we on the right track. Our should i hold Dev for a while due to breaking changes.
1 Like
George
February 8, 2019, 11:05am
46
You shouldn’t have problems with existing setup.
The new routing module will work as additional, actually you will have two options, that can be combined:
client side routing and dynamic div loading
server side full routing through a single index file
7 Likes
George
February 21, 2019, 9:10pm
47
Client side routing and full SPA functionality has been now fully implemented in Wappler 1.9.1
See:
A single page application (SPA) is a website that re-renders its content in response to navigation actions like clicking a link, without reloading the whole page. It consists of main template and different views, which are rendered in the main template.
This tutorial is for PHP and ASP.NET server models. If you are using Nodejs, the. Please go to: Building SPA pages with NodeJS
Setup Template and Views
We created an index.html file in our root folder. It contains a navbar and two sections wit…
and:
What’s New
It is finally here - full Client Side Routing! Now you can fully build those SPA (Single Page Apps) that load their content partially on demand!
So site and apps performance is blazing! And user experience superb as no full page refreshes are needed and everything is loaded partially on demand.
Together with the Server Side Routing you can even create Hybrid SPA/MPA where your site URL’s work directly! No matter how called!
Next to that we have great UI improvements like wide right…
2 Likes