NBOCampbellToets / CampbellSoup

CampbellSoup, the web-based archive of Campbell test questions.
0 stars 1 forks source link

Server-side routing fallback #21

Open jgonggrijp opened 7 years ago

jgonggrijp commented 7 years ago

Render the first visited page of any new session fully on the server side, then handle all routing after than on the client side. Also provides a fallback for JavaScript-disabled visitors and for search engines (though the latter are not going to be allowed in this particular application). Implies that all templates are employed both at the server side and the client side. Might be challenging to do in a general, non-repetitive way.