Might be misunderstanding the problem, but what’s stopping you from using env variables like you specified? Create React App has this baked in by prefixing env variables with REACT_APP [1]; I’m assuming other…
I’ve been working on a tool called Phases! (bit.ly/phases-demo). It’s basically a way to expose localhost to the web with a neat UI that let’s others edit your underlying webpage via AI (currently works with React).…
This is sick! What was the motivation for building it?
This isn’t so much a data structure than an implementation of one, but map-represented trees are great. For context, they were used by Figma to represent its scene-graph…
Might be misunderstanding the problem, but what’s stopping you from using env variables like you specified? Create React App has this baked in by prefixing env variables with REACT_APP [1]; I’m assuming other…
I’ve been working on a tool called Phases! (bit.ly/phases-demo). It’s basically a way to expose localhost to the web with a neat UI that let’s others edit your underlying webpage via AI (currently works with React).…
This is sick! What was the motivation for building it?
This isn’t so much a data structure than an implementation of one, but map-represented trees are great. For context, they were used by Figma to represent its scene-graph…