Sep 23, 2020 10:21 AM
Hi there,
I’ve just made my first custom App (or Block as it used to be) with a d3 chart. So many possibilities!
I can’t work out how you set a component to re-render if the viewport is resized. Any suggestions would be appreciated.
Thanks,
Bryony
Sep 23, 2020 02:11 PM
Congrats on your first custom app. That is a great accomplishment!
Try the useViewport hook. It updates when the viewport is resized.
By the way, I moved your post to the “Custom Apps” section of the forum so that other users who are interested in custom app development will be able to find your topic more easily.
Sep 24, 2020 12:30 AM
Many thanks @kuovonne - exactly what I needed.