Parameters

Our routing system support parameters as well. In order to use some parameters for your route, follow one of these possibilities:

params object

You can specify a params object in your page file like so:

This will generate an express route like /:something/:else?

Express route notation

You can also use directly the express route notation into your slug(s) like so:

This will also generate an express route like /:something/:else?

Note that these parameter(s) will be passed to your hello.data.js file. Check the next chapter for more on data files.

Bugs
are not our friends...

Don't hesitate to declare an issue if something does not works as expected.

Declare my issue on Github Talk about it on Discord

The more we are,
the stronger we become.

Don't hesitate to tell some words to you friends about us. The goal is to became more and more each days to help each others...

Support us on Patreon! Share on Facebook! Make a tweet!

The more we are,
the stronger we become.

Don't be afraid to join us on Discord.

Join us on discord!

We love,
Open source!

All of our codebase can be found on Github. We hope that you may contribute to help us make our tools even better!

Discover our codebase!

Welcome on