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.
React / Redux 10 Lessons Learned from 4 Weeks of Updating Bootstrap Another developer and I spent about 345 hours updating the Bootstrap and React Bootstrap versions on two web apps. Here's what I learned.
Developer Tools Beginner Tips for Creating Composables with Jetpack Compose So, you're creating your first composable in Jetpack Compose. Here are some tips that are easy to apply to your first composable.
UX/Design Tools What to Consider When Selecting a Component Library The right component libraries will streamline your workflow and empower teams to create visually stunning and user-friendly interfaces.
UX & Design Save Time, Effort, and Budget: The Benefits of Using a Component Library Whether you're seeking to optimize your time, maintain design consistency, or foster collaboration, component libraries offer a solution
React Native Create a Hand-Drawing Component Using React Native Skia While searching for the ideal library, I came across React Native Skia — a high-performance 2D graphics library.
React / Redux Build a Lightweight Collapse Component in React Creating a collapse component with an "auto" content height can be tricky. This post shows how you can build a working one in React.
React Native Developing a React Native App: Styling Differences to Watch For Checking out the style guides for both Android and iOS mobile phone types is important for creating common components in React Native.
Angular Automatically Unsubscribe from RXJS Observables in Angular Components If you prefer to be diligent, I'll introduce you to a way to make unsubscribing from observables in your components clean and quick.