React 18 useDeferredValue hook

The React 18 introduces Concurrent React. It is React, that cares about tasks and their priorities to be processed by a browser in certain order. For …

Typescript const assertion

The ‘const’ assertion was added to TypeScript in version 3.4. It sets all properties of an object to be readonly and arrays becomes …

Cypress bundled libraries

Cypress relies on many open-source libraries. Mainly they are used internally, but they are also exported and we can use them in out tests. They may …

How to use <section> HTML tag

Section tag is one of HTML semantic elements, that tell browsers how they should appear and what they do. What should section contain and how should …