Viewing profile — CharanSriram
CharanSriram
HN member- Joined
- Fri, Jul 22, 2022, 4:29 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About CharanSriram
No profile information was provided.
Recent public activity
-
comment
Comment #37182178
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…
-
comment
Comment #37164748
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 v…
-
comment
Comment #37039913
This is sick! What was the motivation for building it?
-
comment
Comment #32194202
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 ( https://…