23.08

15 bookmarks
Custom sorting
TL&DRs: What I know about JavaScript String.
TL&DRs: What I know about JavaScript String.
Hey! What do you know about string type in JavaScript? I believe you saw gazillion times about 1+'1' or so. In this article, I won't talk about it, but I'd suggest we cover these questions: How strings are stored? Is there a limit for the string le...
·blog.xnim.me·
TL&DRs: What I know about JavaScript String.
Insomnia — Инструкция по применению
Insomnia — Инструкция по применению
Для начинающих специалистов по тестированию Автор: Надежда Дудник Заранее хочу сказать, что мне нравится Postman, просто Insomnia часто используемый инструмент у меня на работе, и важно поделиться...
·habr.com·
Insomnia — Инструкция по применению
Alex Sidorenko on Twitter
Alex Sidorenko on Twitter
Generate dynamic routes statically at build time in Next.js 13 with "generateStaticParams" pic.twitter.com/wyLIdG0Glx— Alex Sidorenko (@asidorenko_) August 19, 2023
·twitter.com·
Alex Sidorenko on Twitter
Form Validation with React Hook Form
Form Validation with React Hook Form
Form validation is the process of checking the entered data against specific criteria before it is processed. This can include checking that a required field has been filled out, that an email address is in the correct format, or that a password meets specific complexity requirements. Among the numerous tools and libraries available for form validation in React, React Hook Form stands out as a robust, easy-to-use solution.
·claritydev.net·
Form Validation with React Hook Form
On React Suspense’s throttling
On React Suspense’s throttling
Introduction I have to admit, the title sounds a bit ambiguous. But, the idea of this article came to mind after I have stumbled across a very interesting test case for the React’s Suspense component. I thought it was something definitely worth sharing. Throttling can be taken into account when we consider nested Suspense components. What is actually meant by throttling is delaying showing the fallback component of a nested Suspense component immediately after its parent Suspense component has stopped suspending.
Suspense
·andreigatej.dev·
On React Suspense’s throttling
useCallback в цикле? Мемоизация коллбеков для компонентов в массиве
useCallback в цикле? Мемоизация коллбеков для компонентов в массиве
Приветствую, коллега! В нашей практике порой возникают ситуации, когда нужно создать список инпутов. Например, создаем инпут для фильтра по строкам. Должна быть возможность добавлять инпут, удалять...
·habr.com·
useCallback в цикле? Мемоизация коллбеков для компонентов в массиве
Dynamic objects should NOT be this hard
Dynamic objects should NOT be this hard
Full article: https://www.totaltypescript.com/concepts/type-string-cannot-be-used-to-index-type Become a TypeScript Wizard with my free beginners TypeScript Course: https://www.totaltypescript.com/tutorials/beginners-typescript Follow Matt on Twitter https://twitter.com/mattpocockuk Join the Discord: https://mattpocock.com/discord
·youtube.com·
Dynamic objects should NOT be this hard
Expression of type string can't be used to index type X
Expression of type string can't be used to index type X
Learn how to use TypeScript to level-up your applications as a web developer through exercise driven self-paced workshops and tutorials hosted by TypeScript wizard Matt Pocock.
·totaltypescript.com·
Expression of type string can't be used to index type X
6 Ways to Use Extract in TypeScript
6 Ways to Use Extract in TypeScript
Learn how to use the `Extract` helper in TypeScript to extract specific members from a discriminated union or based on their shape.
·totaltypescript.com·
6 Ways to Use Extract in TypeScript
Unraveling the magic of Pattern Matching
Unraveling the magic of Pattern Matching
Delve into the intricate world of pattern matching and discover its profound impact on code efficiency and expressiveness.
GraphQL
·swan.io·
Unraveling the magic of Pattern Matching
О порядке применения трансформаций.
О порядке применения трансформаций.
Как недавно появившиеся индивидуальные свойства трансформаций взаимодействуют друг с другом и со свойством transform?
·ru.ariarzer.dev·
О порядке применения трансформаций.
jhey 🔨🐻✨ on Twitter
jhey 🔨🐻✨ on Twitter
CSS Tip! 🤙Use custom properties to work out the nested radius of elements for you 😎.parent { --nested-radius: calc(var(--radius) - var(--padding));}.nested { border-radius: var(--nested-radius);}Couldn't resist making an interactive visual!@CodePen link below 👇 https://t.co/GfMRYvkcda pic.twitter.com/vlRbHBSa21— jhey 🔨🐻✨ (@jh3yy) August 7, 2023
·twitter.com·
jhey 🔨🐻✨ on Twitter