Custom page lifecycle hooks
Hi, i know that List, Create, Edit and View Records pages of a Resource have some Lifecycles hooks. But when I create a custom page, what Lifecycles hooks it have to collect some data and make some process?
4 Replies
You don't need Lifecycle-hooks in custom page, you can define whatever you want. just create another fn() and called from other fn()
Yes, but for example, when page is mounted, or is rendered?
Thanks @.valpuia