HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vjeux

no profile record

comments

vjeux
·قبل 8 أيام·discuss
Curious if anyone tried Astryx that was open sourced by Meta last week to see how it compares.
vjeux
·الشهر الماضي·discuss
Casey Aylward from Accel has been mentioned in all void0 company posts. So she must have been very useful for the founder. (I don't have any insider information about void0, I've met her a few times and she is amazing)

https://voidzero.dev/posts/voidzero-cloudflare#acknowledgeme...
vjeux
·قبل شهرين·discuss
I'm biased because I was part of the people that made it happen but yeah, I love React. Before that, I would try everything under the sun to fix the issues I was having doing front-end. But since React came out, I don't have this need anymore. I can just focus on building stuff.
vjeux
·قبل 10 أشهر·discuss
We had the same issue many years ago with the reactiflux community. We ended up moving to discord and that was the best decision ever. Discord has been an extremely welcoming place for all these kind of communities.
vjeux
·قبل 5 سنوات·discuss
Back in 2012 I made a series of blog posts about all the unique image algorithms I could find:

- Facebook (that I designed): https://blog.vjeux.com/2012/image/image-layout-algorithm-fac...

- Google Plus: https://blog.vjeux.com/2012/javascript/image-layout-algorith...

- Google Plus, finding best breaks, which also explains fancy text layout algorithm: https://blog.vjeux.com/2014/image/google-plus-layout-find-be...

- Lightbox: https://blog.vjeux.com/2012/javascript/image-layout-algorith...

- Lightbox Android: https://blog.vjeux.com/2012/javascript/image-layout-algorith...

- 500px: https://blog.vjeux.com/2012/javascript/image-layout-algorith...

I hope that’s useful!
vjeux
·قبل 11 سنة·discuss
Yup, being indistinguishable from native has been the absolute priority for the project. We think we managed to do it for the apps we built but we took shortcuts in the process. The two open source versions of navigator definitely don't meet that promise and it is driving me crazy. We're working on solutions for those but it takes time :)
vjeux
·قبل 11 سنة·discuss
There is no technical reason it shouldn't work but we haven't focused on it yet. Pull requests are more than welcome if you see any issue :)
vjeux
·قبل 11 سنة·discuss
One realization I had when designing the API of React Native is that if you want to be able to share any component you need to have the lower level primitives to be shared. So I went on making them: View, Text and Image. I also realized that the same layout engine was required so implemented a shared layout which ended up being flexbox.

What amazed me the most during this journey is that most platforms have actually very similar low level building blocks but unfortunately slightly incompatible in many ways.

The 85% number is mind blowing, it turns out that those few building blocks are actually a large part of what it takes to build a high quality mobile app.
vjeux
·قبل 11 سنة·discuss
We designed React Native to run with any JS engine: jsc, v8, (wk)webview, inside of Chrome/Safari/Firefox, inside of Node, ... We released it with JSC today mostly for convenience: we had JSC setup from iOS and it works. But we're open to ship with a different engine if there are performance benefits.
vjeux
·قبل 11 سنة·discuss
Big props to the person that bought the domain and setup the countdown. It stimulated the team to actually meet this deadline :)