RT @[email protected]
I think I understand now where a lot of ideological resistance to React Hooks comes from.
(Thread)
RT @[email protected]
👋 Next @[email protected] Munich meetup will be hosted by Google, and will have a talk from @[email protected] about the latest and greatest in JavaScript parser performance improvements! Don't miss that! 🔥 https://twitter.com/EmberjsMunich/status/1093111240539492353
RT @[email protected]
I don’t love @[email protected] in general, but I LOVE Jeff Bezos in particular here. https://twitter.com/jeffbezos/status/1093643321732464646
RT @[email protected]
🎉 Zero-cost async stack traces enabled by default! 👇 https://twitter.com/v8js/status/1093457099441561611
RT @[email protected]
Three years of @[email protected] retro one-liner: All our iOS engineers operate platform-wide.
RT @[email protected]
I don't think I could really go back to writing only native iOS code. There are just so many cool problems to solve outside of the Objective-C/Swift playground (😏).
RT @[email protected]
Today, I'm modifying a Rails API to support our GraphQL orchestration layer's new request-batching, to (efficiently!) expose data to a user interface built using Relay in React Native.
I love this. Genuinely, I am so happy that I get to work in these levels of abstraction 🎉
One of the argument I made for React is that it is more MVC that most MVC frameworks.
It’s like how Erlang is more Object-Oriented that most OO languages.
RT @[email protected]
4KB pages feel silly on a 64 bit operating system.
RT @[email protected]
🌶️ HOT JAVASCRIPT TIP: 🌶️
to increment some counter on the page,
node.innerText += 1
doesn't work (0 → 01 → 011 → ⋯), but
node.innerText -= -1
works fine (0 → 1 → 2 → ⋯)
RT @[email protected]
In a letter sent to @[email protected] employees @[email protected] reveals his productivity rules https://buff.ly/2G5peKU
If you are wondering about the hype of React (after it been out for 5 years), this is it…
---
RT @[email protected]
💡 Model and develop your app's logic as if it will be used in many different UIs (e.g., web, CLI, native, etc.), even if it won't be.
This will force you to avoid coupling logic with presentation, which mainstream frameworks (React, Angular, Vue) unintentionally encourage.
https://twitter.com/DavidKPiano/status/1092424711655567360
RT @[email protected]
Landed my 200th commit to @[email protected] 🎉🎉
Thanks to everyone at @[email protected] for the awesome project!
RT @[email protected]
Learning is easier if you are honest about your own ignorance.
People want to seem "in the know." They try to signal that they are intelligent and informed. This is often counterproductive.
Insecurity is the enemy of learning.
A master knows how to be a beginner.
RT @[email protected]
“Beginners will never learn to setState instead of toggling classes in DOM, React won’t make sense to them”
“Beginners will never learn to update state instead of mutating it”
Where are we now?
Here’s a design mistake: underestimating beginners. They don’t share your habits.
RT @[email protected]
React Native has fewer open pull requests than React: 135 vs 138. Yo @[email protected] up your game.