The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Issue: CSS by default loading of all the ACF blocks.
Desire: It should load CSS dynamically for rendered per ACF blocks only on Frontity.
Can you let me know How can I achieve that?
Thanks!
juanma2
Hi @sanju.antala
Welcome to the Community!
With Frontity you can parse the HTML inserted into your React app and match specific patterns to detect tags and replace this portion of HTML with custom React components
By using these processors you should be able to detect these ACF blocks from the HTML and replace them with custom React components with will have its own CSS styles via Styled components