An open API service indexing awesome lists of open source software.

https://github.com/angelfire/react-i18n

React + Internationalization (without packages)
https://github.com/angelfire/react-i18n

i18n react tailwindcss typescript

Last synced: about 2 months ago
JSON representation

React + Internationalization (without packages)

Awesome Lists containing this project

README

          

# React + Internationalization (without packages)

## Motivation

Something that I have seen throughout my career is that many developers are extremely lazy or have little time to do their tasks and for that reason their first solution to everything is to install NPM packages even for the simplest things.

For that reason I decided to make this project, a fairly simple web page and using React's Context API and the hooks I made a simple implementation of what would be react-i18n.

It is NOT a perfect implementation but it is pretty good for a version 0.0.1

## Inspiration and credits (Design)

I used this template and images as inspiration https://launchoice.com/products/cento

## Stack

- Vite
- React
- TypeScript
- Tailwind CSS
- Shadcn UI