by Brandon Humboldt | Sep 26, 2024 | Frontend, React
Introduction So you’ve got a React Native application and things are going well: you write code and when you’re ready to release to your customers, you create your Google Play and App Store builds, fill in all the information, submit your builds and now you wait for...
by Matt Stivali | Feb 20, 2023 | Angular, Frontend
We as developers are in the business of seeking reusable patterns to solve common engineering challenges. Frameworks with powerful tooling and robust package ecosystems give us the confidence to tackle projects, knowing that much of what we need is already provided...
by Myles Morrone | Sep 20, 2022 | Angular, Frontend, Typescript
Global Variables and Constants There are quite a few ways that you can create and manage both global variables and constants within the Angular framework. Three methods that we will go over in this article are through the environment file, an auxiliary constants file,...
by Briebug Team | Aug 12, 2022 | Frontend, React
A higher-order component is a technique that is available to us because of React’s compositional nature. Specifically, a higher-order component is a function that takes a component as a parameter and returns a new component. const EnhancedComponent =...
by Myles Morrone | Jul 19, 2022 | Angular, Frontend
How do I detect a route change in Angular? What a great, and actually very common, question about Angular! One of the fundamental and powerful features of Angular that provides the framework with a considerable advantage over non-framework development, is being an...