next-routes icon indicating copy to clipboard operation
next-routes copied to clipboard

Universal dynamic routes for Next.js

Results 101 next-routes issues
Sort by recently updated
recently updated
newest added

I found a bug with this package. I have a page `pages/Dashboard` and added a custom route: ```js routes.add('dashboard', '/painel', 'Dashboard') ``` In my component I export the `getServerSideProps` with...

Can I use `pushRoute` or `replaceRoute` and specify query parameters via json object?

Not able to serve fonts folder from public directory Below is my server.js file ``` // server.js const next = require('next'); const routes = require('./routes'); const app = next({dev: process.env.NODE_ENV...

Has anyone run into this console error? "Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?" My code is:...

## The devDependency [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `10.12.24` to `11.9.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## There have been updates to the *babel7* monorepo: + - The `devDependency` [@babel/cli](https://www.npmjs.com/package/@babel/cli) was updated from `7.1.0` to `7.1.1`. - The `devDependency` [@babel/core](https://www.npmjs.com/package/@babel/core) was updated from `7.1.0` to `7.1.1`....

greenkeeper

## The devDependency [next](https://github.com/zeit/next.js) was updated from `6.1.2` to `7.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [del-cli](https://github.com/sindresorhus/del-cli) was updated from `1.1.0` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **12.0.0** of **standard** was just published. Dependency standard Current Version 11.0.1 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **4.0.0** of **concurrently** was just published. Dependency concurrently Current Version 3.6.1 Type devDependency The version **4.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper