React
-
The nine best recommendations in the new React docs
The latest React docs include recommendations on how to write React code. Here are nine points that come up most about React code style to help you avoid difficult-to-diagnose bugs. -
2023 React and React Native testing workshops
Josh Justice will lead workshops on testing React and React Native in May and June 2023—find out more about when and where. -
React and React Native workshops — Fall 2022
Josh Justice will lead workshops on React, React Native, testing, and React Native Web in October, November and December 2022—find out more about when and where. -
Reduce state management footprint with React Query
State management got you down? Miss the days when your React application was simple and fun? Use React Query and say goodbye to all that pesky cognitive overload. -
React Context for dependency injection not state management
Dive into the concept that React Context API is primarily a tool for injecting dependencies into a React tree and how we can use that to improve testability, reusability, and maintainability of our apps. -
Conditional rendering tactics for React components
A simple exploration and comparison of two tactics for handling conditionally rendering components in React. -
A Model View Controller pattern for React
Rediscover the benefits of the MVC architecture in the GUI environment and how it can be applied to your React application. Learn the two pillars of MVC in React: (1) Presentation layer with Controller and View React Components and (2) a UI-Agnostic Data Model. -
-
-
A well-factored pie graph: React + D3
A technologist's most powerful skill is the ability to leverage a tool's strengths. React and D3 have different strengths, which can work well together.
1 of 2