👋 I’m Tyler. I’m a Google Developer Expert and a partner at React Training where we teach React online, in person, and build OSS like React Router.
This week, we started writing a new React Native app at Formidable. With every new project, I experience a mix of giddy excitement and intense anxiety: an opportunity to right all past mistakes, and…
In the fast-paced world of front-end development, there is no standing still. At the same time, it can be very overwhelming to try and keep up with all the new frameworks, the new javascript features…
Talk about your side projects whenever you get a chance. When you do, remember to start with the problem, talk about how you approached it, share the challenges you faced, express the outcome of your…
Learn everything about the CSS Grid Module in this illustrated guide with practical examples and demos. A Codrops CSS Reference entry by Hui Jing Chen.
Arguably the biggest new feature in Node.js 7.6.0 is that the much awaited async function keyword is now available without a flag. Callback hell and promise hell are now in the past.Â
GraphQL is a new API-definition and query language that has the potential to become the new REST. It makes it easy for UI components to declaratively fetch data without having to worry about backend…