fetchTags
The fetchPages function is useful when you want to retrieve all your tags from outside the React context (where you could use the useTagsPublic hook instead).
In particular, this comes in handy to retrieve all the tags during the build process of a static website.
Signature
Property | Definition |
---|---|
apiKey | Api Key of your React Bricks app (a string). |
page | Pagination’s Page number |
pageSize | Pagination’s Page size |