nextjs
Here are 4,928 public repositories matching this topic...
-
Updated
Sep 3, 2019 - TypeScript
Summary
The GitMediaStore#list
method currently just throws an error.
- Add a route to
@tinacms/api-git
for fetching a list of media. - Implement
GitMediaStore#list
in@tinacms/git-client
so it hits that endpoint.
Motivation
This is required for the GitMediaStore to work with the upcoming Media Manager GUI
-
Updated
Sep 9, 2020
-
Updated
Sep 8, 2020 - TypeScript
What do you want and why?
By default React-query let's requests finish if they become inactive. But it does allow you to configure query cancellation. This isn't a big deal, but it's an optimization we might as well make!
Possible implementation(s)
Implement the react-query cancellation feature [at this line](https
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Sep 11, 2020 - JavaScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
there's no way to put a WAF in front of cloudfront distro
Describe the solution you'd like
Just create an optional input variable such as
web_acl_id
and attach it to cf distro.
waf configuration should be managed externally.
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
There is an import dependencie cycle between:
src/Interfaces/index.ts
:
export * from '@Redux/IStore';
and
src/Redux/IStore.d.ts
:
import { IHomePage } from '@Interfaces';
Eslint rule that detect the issue:
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
Improve this page
Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."
Bug report
Describe the bug
When
trailingSlashes: true
is added tonext.config.js
, server-side generation does not include the trailing slash in the routerasPath
property.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
useRouter()
to componentasPath
propertyExpected beh