Comment on Show HN: NPM package which makes your react app visually editable like FigmaComments−psnehanshu2yOnce changes are done, how are they saved?−satukeOP2ythey're synced in realtime with your code. we have a proxy server running on your machine which talks to your website's editor and the codebase to sync the changes as you make them.
Comments
Once changes are done, how are they saved?
they're synced in realtime with your code. we have a proxy server running on your machine which talks to your website's editor and the codebase to sync the changes as you make them.