nextjs
Here are 5,742 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
What do you want and why?
We need to add comprehensive unit tests to our session management.
Feel free to submit PRs for single or few tests. And feel free to ask clarification questions.
Files:
-
Updated
Oct 26, 2020
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Oct 24, 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
Oct 6, 2020 - TypeScript
If you use LocalBusinessJsonLd and don't include an images prop, the schema will be generated with the image attribute set to the string "undefined". Same thing happens if no id is provided. It seems like it should not be included in the schema output at all, if empty.
For example:
<LocalBusinessJsonLd
type="Store"
id="http://davesdeptstore.example.com"
name="Dave's-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 24, 2020 - TypeScript
-
Updated
Sep 25, 2020 - TypeScript
As seen in code coverage: https://codecov.io/gh/serverless-nextjs/serverless-next.js/tree/master/packages/serverless-components/domain, domain component has 0% coverage.
Adding tests for this should get us from 79% to ~90% overall coverage.
@SarKurd I remember you wanted to add tests for this. Let me know if you are still interested to add tests or someone else can also take it up
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 27, 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."

Documentation report
Would like to try out the demo given in a CMS preview example, e.g. the DatoCMS one but without knowing the preview secret token I can't try out the preview mode on the demo website.