Viewing profile — Juliennng
Juliennng
HN member- Joined
- Fri, Jan 04, 2019, 11:28 AM UTC
- HN karma
- 11
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Juliennng
No profile information was provided.
Recent public activity
-
comment
Comment #34832641
Hopefully, the "Type Syntax in JavaScript" proposal is accepted one day, and you don't have to transpile ts => js anymore.
-
comment
Comment #24369494
I've been playing with tagged-template for a while now and have a similar solution at work. I wanted to build something like that for a while now, well done! I wrote about tagged t…
-
comment
Comment #20759363
Maybe that article can help about real world use case : https://tech.ebayinc.com/engineering/webassembly-at-ebay-a-r...
-
comment
Comment #19139920
It seems the Elixir CPU usage is due to the way the Erlang VM manages schedulers. A scheduler will literally busy-wait if it thinks there might be more work to do soon, in an effor…
-
comment
Comment #18823331
React is very stable, component back before react use class still works today (before 2016). I consider that's a pretty stable core API.
-
comment
Comment #18823287
They change it because React add the new context API in 16.3. The legacy one was broken by design, so the React team introduce a new api.