Published onJanuary 21, 2024How to Improve Development Experience of your React ProjectReactJavaScriptTypeScriptLintingWe'll cover how to set up Prettier, ESLint, Stylelint, Commitlint, and Husky to speed up your development and have consistent code styles across the team
Published onJanuary 14, 2024How to Set Up Your First React ProjectReactJavaScriptTypeScriptAre you starting with React? This article is about a short and easy way to create React application
Published onFebruary 11, 2022How to test React application with JestReactTestingHave you ever tested your React application using Jest? I think it's awesome and saves you a lot of time
Published onAugust 27, 2020Generate TypeScript types from Swagger (OpenAPI 3)ReactTestingIn this article, I'd like to share some code that helped me a lot to work with an API that had been changed often