Add description about file-based routing
This commit is contained in:
parent
5ed1cb6b51
commit
2a430e4588
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
# ningle-fbr (WIP)
|
||||
Plugin for [ningle](https://github.com/fukamachi/ningle) and [jingle](https://github.com/dnaeon/cl-jingle) to enable file-based routing
|
||||
|
||||
# What is file-based routing?
|
||||
|
||||
File-based routing is a concept commonly used in modern web frameworks such as [Next.js](https://nextjs.org/). Instead of explicitly defining routes through configuration or code, the framework automatically sets up routes based on the file hierarchy of a particular directory (usually the "pages" or "routes" directory).
|
||||
|
||||
# Usage
|
||||
|
||||
To use ningle-fbr, you must use [package-inferred-system](https://asdf.common-lisp.dev/asdf/The-package_002dinferred_002dsystem-extension.html).
|
||||
|
|
Loading…
Reference in a new issue