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 16,629 public repositories matching this topic...
-
Updated
Jul 8, 2021 - TypeScript
What is the problem?
When two pages exist that export BlitzPages with the same name, e.g. Page in this example:
// app/pages/page1.tsx and app/pages/page2.tsx
const Page: BlitzPage = () => <Component />
export default Page
the route manifest only generates one entry because there is a naming conflict, causing one of the routes to be missing/overwritten in the manifest:
Description 🐜
Follow-up for #2236 , as I was browsing the code changes I noticed that the redirect in useSession doesn't use the basePath settings that are set from NEXTAUTH_URL. We use a slightly different url paths in our project (/api/v1/auth/...) so we rely on everything being parsed from from `NEXTAUTH_U
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
-
Updated
Jun 25, 2021
-
Updated
Sep 3, 2019 - TypeScript
Without all the marketing.
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Jun 7, 2021 - JavaScript
Right now the wishlist page shows "Your wishlist is empty" before showing your wishlist items, that should be a loading state instead.
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
Jun 9, 2021 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
Jun 28, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Yarn packages aren't being cached on e2e tests and build workflows
Describe the solution you'd like
Add caching for npm packages and Cypress (except @sls-next packages) so that workflows will be faster to run
Describe alternatives you've considered
N/A, it will help improve CI workflow speed
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
Jun 28, 2021 - JavaScript
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Apr 28, 2021 - TypeScript
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
Jun 9, 2021 - JavaScript
-
Updated
Jun 1, 2021 - TypeScript
Created by Vercel
Released October 25, 2016
Latest release 16 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.16.1
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
Vercel
Describe the Bug
Next.js 11 with webpack 5 seems to break the using-preact example.
`Error: Cannot find module 'webpack/lib/dependencies/ConstD