
Mert Aker
Format Code
FreeFormat Code brings reliable TypeScript and TSX formatting to Framer’s Code Editor.
Searching…
plugin
By Maxime Vandenberge

Refresh all of your components
Framer generates code for each of your components and then reuses it. That code is only rebuilt when the component itself changes, so a component nobody has touched since spring is still running the output of whatever compiler was current at the time.
Most of the time that is fine. It stops being fine when a component starts behaving strangely after a Framer update, when you want the whole project on the same footing before a handoff, or when you have just finished a big refactor and would rather not wonder which components were rebuilt and which were not.
ReFresh rebuilds all of them. One button, and every component in the project is regenerated with the compiler you have today.
The edit is a lock and an unlock on the component's top layer. Nothing is deleted, renamed, moved, restyled or reordered, and no content is touched. Nothing moves, nothing disappears, and every layer ends exactly where it started, including layers that were already locked.
Because locking is an editor-only thing, it never reaches your published site either. Run it as many times as you like and Framer's publish panel still reads No changes, so there is nothing to republish and no deploy to wait for.
A run undoes itself: the unlock is half of the mechanism, not a cleanup step. Framer's own undo works normally too, and the whole run is two entries in it.
Anything Refresh could not put back is named in the table with the reason, so a locked layer is never something you have to go looking for.
No account, no sign up, no API key, no service of ours in the middle, and no network requests of its own. Refresh reads and edits your open project through Framer's own plugin API and nothing else. It's free.
Refresh all of your components




Mert Aker
Format Code brings reliable TypeScript and TSX formatting to Framer’s Code Editor.

QwertyBit
QwertyBit

valorsic studio
Framer to Code is an officially approved Framer plugin that exports your published Framer site into a structured code project.

Steve Nzioka
Reframe Turn Framer components into production-ready React code without rebuilding them by hand.