Shiny doesn't provide a way to write multiple page app at all. Its not like i can create different pagesand link them. Even modularization doesn't solve the problem.
You are limited to write a single page app.
Say if i want to create a site shree user can login i cant write authentication or caching or routing mechanisms.
Its limited to dashboard i guess. Is there anybody who used shiny to create a complicated web page like this one, that we are using.
I would surely like to know