By Tag (4)
clean-code
Augmenting nanostores: designing a layer for better DX
We'll design the Nanostores library augmentation to show how with usage of some abstraction we may improve the developer experience
react, nanostores, design-patterns, clean-code000000Exhaustiveness checking and discriminant property: the complete guide
We'll fully understand exhaustiveness checking and discriminant properties, commonly used in the TypeScript world, along with their use cases, pros, and cons
react, typescript, patterns, techniques, clean-code, code-quality926000Dependency injection does not need to be complex
We'll dive into the most important topics of Dependency Injection and explore concepts like DI Container, DI Tokens, and Hierarchical DI
angular, react, techniques, clean-code, maintenance, quality, stories411000Command Query Separation principle
Command Query Separation is a handy principle that separates logic into commands, which modify, and queries, which read. We'll explain its impact on the codebase
javascript, typescript, principles, patterns, code-quality, practices, clean-code001000
Top Tags
Content Rank
Everything about barrel exports in JavaScript
3089520Consider using type imports in TypeScript
2047410React useEffectEvent: A New Dimension for Reusable Hooks
1308820