Exploratory Testing Tips for Unit Testing in Front-End Frameworks: Part 2 In the second installment of "Tips for Unit Testing in Front-end Frameworks," we'll determine our testing prerequisites.
React Native Don’t Reinvent the Wheel or the Modal. Use React Native Reusables Instead. React Native Reusables is a toolkit that lets you instantly add pre-built, customizable, and time-tested components to your React Native app.
React / Redux The Only Question to Ask Yourself to Decide Between Server and Client Components Can't decide between server components and client components in React? Here's one question to ask yourself to pick correctly.
Svelte Svelte Context API: Simplify State Management Across Components I'll discuss how to use Svelte's Context API to simplify state management when building complex applications in front-end frameworks.
Development Practices A Developer’s Debate: Copy/Paste vs. Typing a New Pattern When should a developer copy and paste vs. type out a new function, class, or component when they must apply a pattern? Let's explore this!
React Native How to Style MUI Line Chart Components Styling an MUI component can be challenging. This guide shows ways to customize the LineChart component to achieve your desired look.
Development How to Pass Data Between Angular Parent and Child Components Let's learn how to pass data between parent and children components using the @Input() and @Output Angular directives.
UX & Design Beyond Webflow 101: Pro Tips That Are All Killer, No Filler I watched 10 hours of Webflow 101 tutorials so you don’t have to! Here are essential tips and tricks to start building fast.
React / Redux Angular vs. React: Learning React as an Angular Developer Angular vs. React? Here are some helpful tips to learn React when you’ve primarily been working with Angular.
Angular How to Mock Child Components When Writing Angular Tests Normally, I am fully in favor of NOT mocking a child component whenever possible, but some situations require it.
Developer Tools Reconsider Using Storybook: Is It Worth the Hassle? I've written about the benefits of Storybook-driven development but have begun to feel the costs of using Storybook outweigh the benefits.
Angular How to Unit Test Angular’s Standalone Components Angular 14 added a long-awaited feature: standalone components. However, to unit test these components, we need to make some changes.