
React Native Animation with Boolean
Learn how to create cleaner boolean-based animations in React Native using Higher-Order Components (HOCs) to abstract animation logic and improve code maintainability.
🧑🏻💻💭
Learn how to create cleaner boolean-based animations in React Native using Higher-Order Components (HOCs) to abstract animation logic and improve code maintainability.
Better component state indication = Happier user. Learn how to handle different rendering states in React components using Provider Pattern and Higher-Order Components.
Decorator Pattern is a common and useful pattern. When you have several objects, functions or views, you can create a base form and decorate the base form with additional functionality.
Adapter Pattern is an easy-to-understand pattern in the GoF Design Patterns. As its name, Adapter Pattern transfer an incompatible interface to a compatible interface.
Learning GoF Design Pattern has been being my goal since I became a developer. Program to an interface, not implementation.
This is a good talk about how do our "Document base web development, class name base styling" switch to the "Component base web development and styling".