Skip to main content
Lucas_Miqueias
New Member
June 30, 2023
Question

Hot reload not working with React

  • June 30, 2023
  • 16 replies
  • 2158 views

I’ve been trying to use Hot Reload for a while now but it doesn’t update.
I always need to reload the plugin.

Is there anything I can do?

ezgif-2-b0e7e698b3

This topic has been closed for replies.

16 replies

Andres_Vaquero
February 5, 2024

If you are working with stylesheets, you might find my new package useful

GitHub
atrutt
New Member
March 13, 2024

I was having the same issue. It seems like launching the plugin from Resources > Plugin works better than from the right panel relaunch button.

Yash_Poojary
October 22, 2024

Did you find a solution for this?

Gavin
Active Member
October 31, 2024

Hi, I don’t mean to highjack this thread but I’m the author of a library that makes developing Figma plugins easier. One of the main features is it uses a local development server instead of re-building the file with each file change. I think this will solve your issue as it doesn’t rely on Figma to reload the plugin. One caveat is that when you publish your plugin, you must create a build before doing so. But it’s a small price to pay for a better developer experience.

You can check it out at plugma.dev.

Let me know if you have any feedback.

Lyon_Yu
November 1, 2024

Cool shit! This really solved my urgent problem. I spent most of the day just implementing “building Figma plugins with vitejs” and then encountered the hot reload issue. Just when I was about to give up, I saw your post. Plugma really perfectly solved my problem.

Gavin
Active Member
November 1, 2024

This is great to hear. I’m so glad it helped you.