Viewing profile — zzarcon
zzarcon
HN member- Joined
- Thu, Jul 03, 2014, 8:22 PM UTC
- HN karma
- 127
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About zzarcon
Recent public activity
-
comment
Comment #47984759
[flagged]
- story
- story
- story
- story
- story
- story
-
comment
Comment #17397833
That's pretty neat! thanks for sharing
-
comment
Comment #17397824
Can you elaborate why we should use IntersectionObserver/ResizeObserver? Currently there is no logic in place to do the calculation and detect if there is more available content or…
-
comment
Comment #17397818
I guess it doesn't have to be a React component, you are right. But just by doing so you get a lot of things for free and makes it easier for people to start using it, like, you ju…
-
comment
Comment #17397333
Oh sorry about, I copied that from a previous project I did, just published a fix for that. Thanks!
- story
- story
-
comment
Comment #16929851
You are so right!! Im using an external tool for deploying the site, created a PR there to use production mode, do you think that should be enough? Thanks! https://github.com/zzarc…
-
comment
Comment #16903226
Thats a good point, just created an issue for it https://github.com/zzarcon/react-circle/issues/12 feel free to put some feedback there, thanks!
-
comment
Comment #16903081
Interesting... will have a deeper look into it, if you have any idea on how to make it better you are welcome
-
comment
Comment #16902970
I fixed the issue, was unrelated with the component itself, can you please have a look again and verify that it works fine? https://zzarcon.github.io/react-circle/
-
comment
Comment #16902961
Can you please try it again? the issue was not related with the component itself https://zzarcon.github.io/react-circle let me know if you still experience that issue
-
comment
Comment #16902898
Thanks! That was the motivation for the project, do something simple right, feel free to add any feedback or contribute to the repo!!
-
comment
Comment #16902866
After some investigation, I found that the cause of the issue is not the component itself https://github.com/zzarcon/react-circle/issues/10
-
comment
Comment #16902860
Thanks for the feedback! You are right, the demo currently hangs quite a lot on Firefox, Im pretty sure the issue is actually not related with the component itself, I created a iss…
- story
- story
-
comment
Comment #15720065
Not sure if I understand the question. Can you please elaborate? Thanks!
-
comment
Comment #15720028
Yeah! You can enforce that using git hooks, but you will still need to place some logic to check which files has been changed right and what to do in those scenarios