Components in entry of reusable collection type

Hello, I’m new to Strapi!

I’ve looked around the documentation and available boilerplate example, seems like no solid example exist:

How/What’s the best practice to retrieve the components of one entry?

Let’s say I fetch the entry by it’s slug app > [slug ] > page.tsx

I have all the components in the key attributes Blocks : [ [Object] ]

This is a dynamic page, so I dont want to hard code each component… (as it seems to be done in all official boilerplates), I want the correct component to be returned automatically if present in this entry.

How to do so?

Thanks!

This topic has been created from a Discord post (1267942476220596275) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

In other words, is there kind of a pre-built “ComponentsManager”, a bit like the slice zone of Prismic that will be automatically updated by Strapi? Or it’s need to be done manually in Strapi?