server-rendering
Here are 83 public repositories matching this topic...
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
getUser
is only a small helper to get the user based on its auth token.
We should duplicate this code in Vulcan and get rid of "meteor/apollo" dependency for this usage.
Relevant code:
- https://github.com/meteor/apollo/blob/master/src/server.js
- packages/vulcan-lib/lib/server/apollo-server/context.js
Also, setupAuthToken
should be exported in order to be reused in Express endpoint
-
Updated
Oct 15, 2017 - JavaScript
-
Updated
Aug 1, 2020 - Vue
-
Updated
Sep 15, 2019
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Aug 16, 2018 - Python
-
Updated
Feb 27, 2018 - JavaScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 13, 2017 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Mar 4, 2017 - JavaScript
-
Updated
Mar 16, 2017 - JavaScript
-
Updated
Mar 28, 2019 - JavaScript
-
Updated
Feb 18, 2019 - JavaScript
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
add <noscript>
if the user does not have js enable. we should let the user know that "We’re sorry, some parts of the website don’t work properly without JavaScript enabled."
probably show this in the top center of the page
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 23, 2019 - TypeScript
Improve this page
Add a description, image, and links to the server-rendering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the server-rendering topic, visit your repo's landing page and select "manage topics."
Bug report
Describe the bug
When trying to navigate to a different page using next.js+ typescript + electron the click over the link does nothing
To Reproduce
with-electron-typescript$ yarn