Take chances and stand out
A developer shares career advice on taking risks, learning new technologies like React and TypeScript, and how it led to exciting roles in Barcelona and at Intel/McAfee.
A developer shares career advice on taking risks, learning new technologies like React and TypeScript, and how it led to exciting roles in Barcelona and at Intel/McAfee.
A beginner's guide to building cross-platform mobile apps using React Native, covering setup, core concepts, and creating your first app.
A software developer reflects on 2018, highlighting organizing internal tech knowledge sessions and delivering workshops on container technology.
The author reflects on their 2018 accomplishments, including creating React Testing Library and writing a novel for NaNoWriMo.
Introducing scoped-style, a new CSS-in-JS library for React, Preact, Hyperapp, and InfernoJS, featuring scoped and global styling.
A UI engineer explores the fundamental problems and challenges in user interface development, beyond specific libraries or frameworks.
Explains the Virtual DOM concept, its differences from the original DOM, and why it's used for performance in modern web development.
A guide on using React's Context API with TypeScript, covering render props, hooks, and type definitions.
A beginner-friendly tutorial on using Redux with React for state management, extracted from the author's book.
Explains the rationale behind React Hooks' reliance on call order and how it enables features like multiple state variables.
The provided content appears to be a website error page, not the intended article about TypeScript and React.
Explains how React's setState method delegates updates to platform-specific renderers like React DOM or React Native.
The author reflects on their journey with hot reloading in React, its current state, and their wishlist for future improvements.
A visual guide to setting up a Firebase project and enabling email/password authentication for web applications.
Explains the purpose of React's $$typeof property, a security feature using Symbols to prevent XSS attacks in React elements.
Explains how React internally differentiates between class and function components to handle rendering.
A beginner's tutorial for building a GitHub Search app using ReasonReact, covering state management and API calls.
Explores the future of React render props with the rise of Hooks, comparing implementations and arguing both have a place.
A deep dive into why JavaScript and React class components require calling super(props) in the constructor.
A technical tutorial on building a custom blog from scratch using GatsbyJS, React, Markdown, and GraphQL.