nextjs
Here are 4,686 public repositories matching this topic...
-
Updated
Sep 3, 2019 - TypeScript
Summary
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts
to get the same experience as deving for Tina Core.
Basic example
npm i @tinacms/scripts
Th
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Aug 26, 2020
-
Updated
Aug 17, 2020 - TypeScript
What is the problem?
When I use the example usePaginatedQuery code in the docs (https://blitzjs.com/docs/use-paginated-query) the next button is not appearing / disappearing correctly.
Steps to Reproduce
- Go to https://blitzjs.com/docs/use-paginated-query and implement the code
- Ensure the maximum number of items on the page is set to 3
- Add 3 items to the database - *next
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Aug 28, 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
Aug 27, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 7, 2020 - TypeScript
sls remove does not remove the S3 bucket.
When I do sls deploy again, it throws BucketName already exists.
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 26, 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
-
Updated
Aug 12, 2020 - JavaScript
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 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