SPA with nodeJS

Hi,
I followed this documentation but it does not apply to NodeJs.
Do you know if there is a documentation about SPA with node and Partials, etc?

Please check:

1 Like

I followed this “creating single page apps” documentation you mention. But when I click on “move to include file” I don’t have the same pop up and result. It creates partial (that i don’t see in partial files) and i can’t follow the tutorial (

Will have a look at this then…

Building SPA pages for Nodejs is different than for PHP/AEP.NET
Just follow the link I provided for Nodejs SPA.

I did… but it’s not a SPA. The link shows how to use layout. But the page reload every time there is content. It does not describes the same as the other tutorial.
Will continue to search in documentation.

Well it is a SPA. You must not be doing properly or not following the tutorial exactly. Probably this part is not set up properly: Building SPA pages with NodeJS

There is no need to “search the documentation” as everything is explained in the tutorial I already sent: Building SPA pages with NodeJS

working fine now. Was an issue with “internal” at link level. Thanks for your support.