Google trends Public Holidays Coupon Code Code Compiler

Today's Highlights

The Risks of Poor Front End Testing Practices

Summary: In this article, we conceptually explore testing as a make-or-break philosophy. The importance of thinking critically about your… Continue reading on mattholland »

Author: Matt Holland


React Native: Use Storybook to Demo Your Components Easily

Summary: Storybook allows you to view and manipulate React Native components and screens easily without having to load them in your actual… Continue reading on mattholland »

Author: Matt Holland


Add alias paths and module resolution to your React Native project

Summary: Import project modules directly without worrying about their relative root directory locations Continue reading on mattholland »

Author: Matt Holland


React Native: How To Use SVGs

Summary: How to add support for and use SVGs in React Native projects using react-native-svg and react-native-svg-transformer. Continue reading on mattholland »

Author: Matt Holland


React: When you should refactor useState hooks into one useReducer hook

Summary: Know why, how, and when it’s time to refactor a component to use a useReducer hook instead of several useState hooks. Continue reading on mattholland »

Author: Matt Holland


Static Testing Tools Your Front End Team Should Be Using

Summary: To minimize unnecessary errors and maximize productive code creation and reviews, every front end stack should be using a common… Continue reading on mattholland »

Author: Matt Holland


Jest: write your own “it” and “expect”

Summary: Short code samples of what goes on under the hood for Jest’s it() and expect() methods, including making them globally available. Continue reading on mattholland »

Author: Matt Holland


Create a Transitioning Header Using React Hooks (like Medium’s)

Article Summary: Use React’s useEffect and useState hooks to build a header that hides/shows on scroll. Continue reading on mattholland »

Author: Matt Holland


Build a Framework-Free Dashboard Using CSS Grid and Flexbox

Article Summary: Create a beautiful, responsive dashboard page using CSS Grid and Flexbox, without any framework (including a sliding side… Continue reading on mattholland »

Author: Matt Holland


Managing Node.js - Express Sessions with Redis

Article Summary: Learn how & why you should use Redis in-memory database storage for scalable Node.js / Express application session… Continue reading on mattholland »

Author: Matt Holland


Copyright 2024. All rights are reserved