Next
Next.js is an open source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React-based web applications.
Here are 12,388 public repositories matching this topic...
What do you want and why?
Currently developers have to rely on the blitz docs for documentation about function and parameter definitions. This means we have to context switch to the browser, visit the webpage, copy and paste the function name and use the search functionality.
We should use jsdocs to embed the documentation from the wiki inside VSC
Summary
InlineImage component should have cursor: pointer style when CMS is enabled.
(Currently is only ever has the normal default cursor.)
The pointer cursor indicates to the user that clicking it will trigger some action.
In this case that action is opening a Media Manager dialog.
Motivation
I did my first introduction/training of a TinaCMS application to a person, and
Housekeeping
Issues 🎫 :
- Add TypeScript issue template
- Reword current templates
- Require bug reports to have a reproduction
- Check out Beta issue templates
Automation 🤖 :
- introduce CODEOWNERS, add @lluia and @balazsorban44 for TypeScript
- Add N
-
Updated
Apr 10, 2021
-
Updated
Sep 3, 2019 - TypeScript
Without all the marketing.
-
Updated
Apr 6, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
Currently the folder framework/commerce has the core schema types that must be used by every provider. Currently only some types are available: https://github.com/vercel/commerce/blob/master/framework/commerce/types.ts#L10-L92
MIssing core types should be included there too so we can stop using any in different places on the UI. The task is to replace the types that have a TODO with a pro
Would be supercool to have "BlogPosting" as article JSON-LD type.
From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting. (https://schema.org/BlogPosting)
I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:
-
Updated
Jul 18, 2019
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Feb 27, 2021 - TypeScript
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
Describe the bug
The rewrites configuration also supports an object, but this does not currently work in the default Lambda. https://nextjs.org/docs/api-reference/next.config.js/rewrites
Rewrites are applied after checking the filesystem (pages and /public files) and before dynamic routes by default. This behavior can be changed by instead returning an object instead of an array from t
-
Updated
Apr 24, 2021 - TypeScript
-
Updated
Apr 18, 2021 - TypeScript
-
Updated
Apr 22, 2021 - TypeScript
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Apr 19, 2021 - JavaScript
Hi,
It is not uncommon for people wanting to add a comment system to their blog. There are a few options:
- A common choice is disqus, but it's not open source, and it charges if you don't want to show ads.
- utterances is an open source implementation that basically leverages github issues as the storage. It's smart, but it requires commenters t
-
Updated
Mar 11, 2021 - JavaScript
Created by Vercel
Released October 25, 2016
Latest release 23 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
What version of Next.js are you using?
10.1.3
What version of Node.js are you using?
v14.16.1
What browser are you using?
Safari
What operating system are you using?
macOS
How are you deploying your application?
Vercel
Describe the Bug
Debugging a starter Next.js installation shows several warnings. Even if they are benign, they make it hard to notice other warni