Skip to content

Commit

Permalink
Update docs/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
leerob and ijjk committed Feb 12, 2022
1 parent 8b246b8 commit 7b22355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ description: Get to know more about Next.js with the frequently asked questions.
<ul>
<li>It uses a file-system based router which reduces configuration</li>
<li>It supports shallow routing which allows you to change the URL without running data fetching methods</li>
<li>It can avoid client-side routes manifest since routes don’t need to be known ahead of time </li>
<li>Routes are always lazy-loadable</li>
</ul>
If you're migrating from React Router, see the <a href="/docs/migrating/from-react-router.md">migration documentation</a>.
Expand Down

0 comments on commit 7b22355

Please sign in to comment.