Dwarves’ Apprenticeship Program has launched! Check it out
React and JSX has became an industry-standard environment for frontend development. With React we can rapidly build reusable components and building blocks for complex web applications.
Let’s buildTypeScript and its types system enabled us to use highly-productive development tools and practices like static checking and code refactoring. Combined with React, we get the benefits of a statically typed language for the UI - more safety and fewer bugs shipping to the frontend.
At Dwarves, we believe TypeScript is the way to go when writing a modern web or JavaScript-based application.
I built an infinite image gallery built with r3f. This is how I solved the two core problems: building an infinite image grid and handling related mouse events.
Read moreTests make your code with more confident. Here is the Unit test using component react-testing-library, react-testing-hook-library and Cypress
Read moreSimple code reuse with React Hooks and High Order Component. The way I solved repetitive pieces of code in the react application
Read more