Thai Phan
Thai Phan
## Description We're currently experimenting SSG and client-side personalisation using `RestLayoutService.fetchPlaceholderData` (very similar to the strategy described at https://www.adamlamarre.com/using-fetchplaceholderdata-for-personalization-on-static-sitecore-jss-sites/): ```tsx const PersonalisedPlaceholder = () => { const {asPath} = useRouter();...
## Description I'm using using the `useSitecoreContext` hook like so... ```tsx const {sitecoreContext} = useSitecoreContext(); // This returns GenericFieldValue const pageTitle = sitecoreContext.route.fields.pageTitle ``` Unfortunately, `GenericFieldValue` is too general of...
# Feature Request - [x] I’ve read and understood the [Contributing guidelines](https://github.com/govau/design-system-components/blob/master/CONTRIBUTING.md) and have done my best effort to follow them. - [x] I’ve read and agree to the [Code...