Tag: Modularity

Enhancing Modularity of Your Vue.js 3 Apps With Dependency Injection

VueJS empowers us o efficiently reuse reactive components, functions, libraries, and plugins. Behind the scenes, these functionalities leverage one of VueJS’s elegant and powerful APIs: Dependency Injection. Dependency Injection enables efficient logic reuse to descendant components, elimin...

Building Reusable Components with Jetpack Compose: A Guide to Modularity

Jetpack Compose is a modern UI toolkit for Android that simplifies the process of creating reusable components. By mastering reusable components, you can create more modular, maintainable, and scalable apps. In this blog post, we’ll explore how to build reusable components with Jetpack Compose...