This PR completely moves the file-system based router from the @lazarv/react-server-router package into the core framework package for an easier setup when using the framework.
The router still works the same way as it was before, omitting the entrypoint when using the react-server CLI will result in using the file-system based router.
This PR also updates the documentation to combine routing solutions into a single section and removes all occurrences mentioning the @lazarv/react-server-router package and it's usage.
Documentation changes also include a slight visual enhancement highlighting the active section in the sidebar and in the header.
This PR completely moves the file-system based router from the
@lazarv/react-server-router
package into the core framework package for an easier setup when using the framework.The router still works the same way as it was before, omitting the entrypoint when using the
react-server
CLI will result in using the file-system based router.This PR also updates the documentation to combine routing solutions into a single section and removes all occurrences mentioning the
@lazarv/react-server-router
package and it's usage.Documentation changes also include a slight visual enhancement highlighting the active section in the sidebar and in the header.
This PR completes #24