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)
- Host: GitHub
- URL: https://github.com/angelfire/react-i18n
- Owner: Angelfire
- Created: 2023-11-08T23:57:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:32:23.000Z (over 2 years ago)
- Last Synced: 2025-06-11T04:48:46.405Z (about 1 year ago)
- Topics: i18n, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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