Building a multi-language app with Vue JS. ๐ŸŒ

Building a multi-language app with Vue JS. ๐ŸŒ

Today I will present you an easy way to create applications that support multiple languages, using Vue JS & Tolgee.

vue js
ts
Public on: 13 Nov, 2023

Building a multi-language app with React JS ๐ŸŒ

Building a multi-language app with React JS ๐ŸŒ

Nowadays, creating an app that supports multiple languages is becoming more and more indispensable to reach a wide range of users. So this time, with the help of React we are going to build it.

js
react
Public on: 11 Nov, 2023

How to make API requests with Axios and React JS. โœจ

How to make API requests with Axios and React JS. โœจ

This time you will learn how to perform basic HTTP requests (GET, POST, PUT, DELETE) with the help of axios and using React JS.

js
react
axios
Public on: 09 Nov, 2023

Using relative dates

Using relative dates

Have you ever seen some articles that say: "created 2 days ago", and wondered how you can do just that? Well today I will show you a way to get that result.

js
css
html
Public on: 20 Aug, 2023

Dynamic forms with React Hook Form. ๐Ÿ“

Dynamic forms with React Hook Form. ๐Ÿ“

This time, we will again create dynamic forms but now with the help of the react-hook-form library.

js
react hook form
react
Public on: 09 Feb, 2023

Managing state with React Query. ใ€ฝ๏ธ

Managing state with React Query. ใ€ฝ๏ธ

React Query is a large and complete library that facilitates the work when making client-side requests to the server and even performs much more than that. But Did you know that you can use this library as a state manager?, possibly an alternative to redux-toolkit, zustand, among others. In this article I will show you how to implement it this way.

js
react query
react
Public on: 10 Jan, 2023