By Tag (15)
react
- greenonsoftware about 2 months ago
Web Styling Time Travel: What Is Making Tailwind Top 1 Today?
We'll explore the history of web styling, from early CSS to methodologies, pre-processors, CSS-in-JS, and Tailwind, to understand why it's #1 in 2025
tailwind, react, scss, less, styling, methodologies, typescript, css-modules, styled-components, emotion
00100 - greenonsoftware 2 months ago
(1) Prod Ready React: useFeature and useSimpleFeature hooks
Let's implement two React hooks to manage features efficiently, reduce boilerplate, improve performance, and support data association with state resets
prod-ready-react, typescript, react, tdd, testing, vitest, react-testing-library, react-hooks, custom-react-library
81120 - greenonsoftware 5 months ago
Exhaustiveness 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-quality
20400 - polubis 8 months ago
Creating own state manager for React
Let's try to implement our state manager. It will be similar to Zustand, with some changes. All done to understand the useSyncExternalStore hook
react, zustand, state-management, practice, typescript, advanced, hooks
30000 - polubis 8 months ago
Dependency 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, stories
41100 - polubis 8 months ago
Putting users first in web development
Let’s dive into some mythical clean code buzzwords, disregarding user needs and pushing refactors that make the application more fragile in the long run
tech-dept, maintenance, react, stories, soft, lightweight, thoughts
30000 - polubis 11 months ago
Why you should start using Zod
Let's explore what Zod can do and how it simplifies your daily work routine. We'll cover validation, type safety, and the general benefits of using this tool
react, zod, typesafety, react-hook-form, trpc
00000 - polubis 12 months ago
Using Zod and TypeScript to write type safe code
We'll implement 100% type safety for some code written in TypeScript. We'll do it without Zod, and later we'll build it up with Zod to see the difference
zod, react, typescript, javascript, typesafety, typeguards
00100 - polubis 12 months ago
Implementing Queue in JavaScript
We'll build a dynamic queue mechanism to perform async operations in the correct order, following the First in, First Out (FIFO) principle
react, typescript, javascript, data-structures, promises, race-conditions
10000 - polubis 12 months ago
Nested lists with CSS and MarkdownToJSX
We'll create a nested list with plain CSS and HTML. At the end, you'll have a nice nested list renderer component that uses inside markdown-to-jsx library
react, markdown-to-jsx, css, html, components
00000 - polubis about 1 year ago
Prevent unwanted overrides by using modification dates
Let's eliminate the risk of conflicting entity changes by validating the modification date. We'll implement this on the backend and handle any errors on the frontend
react, node, javascript, backend, patterns, validation
00000 - polubis about 1 year ago
Creating reusable and framework agnostic link component
We'll create a generic Link component. It will work for React-related frameworks. It will enable the same appearance for external and internal navigation
react, patterns, render-slot, typescript, tailwind
10100 - polubis about 1 year ago
Using Zustand with React Context
To create a truly modular store in a React application, utilizing a Context is essential. For simplified store management, Zustand comes into play. Let's delve into how this combination works
react, zustand, context, typescript, state-management
10002 - polubis about 1 year ago
Uploading images with Firebase and React
We'll check how to validate images and upload them with React, Firebase, and Cloud Functions
react, firebase, cloud, typescript, javascript, storage
41000 - polubis over 1 year ago
Why I crafted my own Gherkin interpreter for e2e tests
Discover the rationale behind crafting a custom Gherkin interpreter for e2e tests. Gain insights into the benefits and considerations that led to this strategic decision
cypress, react, gherkin, e2e, testing, typescript
00000
Content Rank
- polubis 9 months ago
Consider using type imports in TypeScript
194621 - polubis 7 months ago
Everything about barrel exports in JavaScript
181420 - polubis 12 months ago
Mapped types in TypeScript
90400