Docs
API Reference
File Conventions
[name].page.js

[name].page.js

In Rasengan.js, to create a page, you have to create a file that follow the following name pattern:

[name].page.js

A page is UI that is unique to a route.

Example

Based on the convention, we have juste replace the [name] by home in the convention name and we got home.page.js.

Following the convention, is not required but, keeping that convention will help you recognizing the purpose of each files you will have.

Logo Image