Property-based testing in TypeScript
Introduction / Unit tests
May 20, 20246 min read637

Search for a command to run...
Articles tagged with #typescript
Introduction / Unit tests

But it's not what you think.

My favourite word recently is "serendipity". Serendipity is the luck some people have in creating interesting or valuable things by chance. How could three people who barely knew each other and were from different cities pull off a conference in tw...

In this article, I'll guide you through the concept of optimistic updates in Next.js using React 18. We will build an interactive tweet-like component and enhance the user experience with the help of the useOptimistic hook. Let's get started! What ar...
