server-rendering
Here are 89 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
Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:
`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^
[Error:
-
Updated
Feb 12, 2022 - Vue
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Mar 30, 2022
-
Updated
May 4, 2022
-
Updated
Sep 15, 2019
-
Updated
Apr 7, 2021 - TypeScript
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Apr 25, 2022 - JavaScript
-
Updated
Aug 16, 2018 - Python
-
Updated
Feb 27, 2018 - JavaScript
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Nov 13, 2017 - JavaScript
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Mar 16, 2017 - JavaScript
-
Updated
Mar 4, 2017 - JavaScript
-
Updated
Mar 28, 2019 - JavaScript
-
Updated
Feb 18, 2019 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
May 10, 2021 - JavaScript
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."
Describe the feature you'd like to request
Currently uses AmplifyAuthenticator which is legacy. Also using an older verison of
@aws-amplify/ui-react&aws-amplifyDescribe the solution you'd like
Should be using the new Authenticator componet
Describe alternatives you've considered
Keep using the old one until is deprecated