Custom React Components Rendered Server-Side or Client-Side?

Hey there!

Are custom react components rendered server-side from Retool or client-side? I checked through the docs but could not find any information on the topic.

Thanks!

Hi @matei! Custom components should all be rendered client-side, meaning you have the ability to interact with localStorage and other browser APIs. Is there a particular use-case that you are considering?