nextjs
Here are 3,614 public repositories matching this topic...
macOS version:
10.14.6 (18G95)
Kap version:
3.0.0-beta.6
Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)
Steps to reproduce
- Click the Kap menu bar icon.
- Click the button in the Kap bar to record an area of the screen.
- Select a regio
-
Updated
Sep 3, 2019 - TypeScript
Description
The form UI provides no indicator when saving fails.
Steps to reproduce
- Go to a Ga
It would be great to have this project as video series or as step by step tutorial where you learn bit by bit and have a functional product in the end.
this website 0x0.st holds files/shortens urls temporary and can be easily summoned via the terminal with curl, i was looking for way of shortening kutt just like this...
the answer was probably in Bash: Simple command line program for Kutt but the link seems to be broken.
Are there any documentation on how to deploy this to production? right now if you look at the source code, bunch of codes __NEXT_DATA__ I want to see if these codes are gone in production.
has anyone deployed the front-end to digital ocean?
-
Updated
May 28, 2020
Blitz needs to export a useInfiniteQuery hook that's a thin wrapper on the useInfiniteQuery hook from react-query. This will be done very similar to how we are wrapping the useQuery hook.
- Output of
useInfiniteQueryshould be fully typed - Add this to the example store app
import { useInfiniteQuery } from 'blitz'
import getProducts from '/app/products/queries/getProducts'-
Updated
Jul 18, 2019
Just tested this.
If I add .add('redirect', '/test-route/:queryparams') to routes, links like:
http://localhost/test-route?queryparams=param
work, if I put .add('test-route', '/test-route/:queryparams', 'test-other-route') the link above leads to a 404. Only links like:
http://localhost/test-route/param
Will work. Is this intended behavior?
It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)
-
Updated
May 23, 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
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
-
Updated
May 27, 2020 - TypeScript
if you modify the swDest option to generate the serviceworker in other path, this not affect the path to generate the development service-worker.
I need to see the code to fix this, but would be nice to have this in the documentation.
this is the fix to generate serviceworker in development in the right path.
dontAutoRegisterSw: true,
devSwSrc: {
from: './public/sw-dev.js'
Is your feature request related to a problem? Please describe.
Right now as far as I could see, there is no documentation about how to integrate with Locize.
Describe the solution you'd like
I'd super helpful describe it or to have a simple Locize code example.
Describe alternatives you've considered
Can't find anything
-
Updated
May 25, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
Describe the bug
When using next@9.3.5, navigating to an invalid URL does not show the 404 error page. Instead, you see 200 | An unexpected error has occurred.
To Reproduce
Steps to reproduce the behavior:
- Clone this repository: https://github.com/sidarthar/serverless-nextjs-404-error
- Run
npx serverlessto deploy
-
Updated
May 28, 2020 - JavaScript
-
Updated
May 11, 2020 - JavaScript
How should one go about securing some urls? I'm guessing if one requires authentication, it means we want to protect about unauthenticated parties.
Ideally, when rendering server-side, if a url is protected it should be redirected to an auth page /auth, and when calling a protected api from browser, the server should return some error.
I would be happy to submit a PR for docs/code/whatever
We started this project not quite long after Next.js became public and we haven't really touched the README
We've just been improving the code section and making it a lot better. I guess it's time to give the README a new structure, basically to pass the right message to new users.
Let's do this!
-
Updated
Jan 26, 2019 - JavaScript
While https://nextjs.org/learn/basics/styling-components contains excellent explanation on Component-Styling, we should ideally explain following as well:
- How to create common styles which are shared amongst different components
- How to add third party styling libraries
-
Updated
Jan 26, 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 running next using Yarn 2 and visiting a page in the browser that doesn't exist, the 404 error page never shows up. Instead it loads forever ("waiting on localhost...") and then eventually errors with
ERR_EMPTY_RESPONSE.But the terminal shows that the page was compiled: