universal
Here are 633 public repositories matching this topic...
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Dec 22, 2020
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 5, 2018 - Go
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Dec 26, 2020 - JavaScript
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Dec 17, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
Implement all functionality of reports module for mobile platforms
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
May 26, 2019 - TypeScript
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Oct 6, 2018 - JavaScript
-
Updated
Jul 26, 2018 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the universal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the universal topic, visit your repo's landing page and select "manage topics."


Bug report
Describe the bug
AsPath is incorrect on Server if you use rewrites and getInitialProps. On the server, asPath is the rewritten asPath while on the client asPath ist as given in the request URL.
To Re