In this article, I would like to describe how I optimized our Spring Boot tests to run a bit faster.
4 posts tagged with "react"
View All TagsIs Turborepo overhyped?
Two months ago, I was looking for a solution how to speed up pipeline in our monorepo. As an immediate answer I found basically two alternatives Nx (from Google) and Turborepo as a new cool project from well known opensource author (Jared Palmer). I was immediately drawn towards Turborepo as it was really hyped everywhere. Also, it is quite minimalistic, simple to use and it looked like exact fit for our use-case. So I got into it.
All you need to know to deal with user avatars ๐ค in React
Most of the information systems using user authentication also work with some kind of avatars - images enabling other users to see who commented, posted or made anything else in the system. When we want to be able to show user avatars, we need to enable users to upload their avatar or generate some default. In this article I am going to show you how to:
- generate user avatar by their unique ID using
jdenticon
- select avatar from file
- crop selected avatar using
cropper.js
andreact-cropper
libraries
Super fast React Localization ๐ (i18n) with i18next and Tolgee ๐
So you develop an app in React and you want many users to use it, right? To make your app usable for users in foreign countries, you have to translate your App to their languages. ๐ฌ๐ง ๐จ๐ณ ๐ฎ๐น ๐ช๐ธ ๐ซ๐ท
In this article, I am going to show you, how to integrate i18next and Tolgee into your project and how easy and fast you can translate a React app using these tools.
Tolgee has also its native integrations. Which are a bit easier to set up, so if you're not used to i18next, maybe it would be easier for you to start with those.