- Notifications
You must be signed in to change notification settings - Fork0
This repository provides a simple live demo showcasing the usage of @jereztech/i18n-react and @jereztech/react-elements in a React application.
jereztech/store-react-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository provides a simplelive demo showcasing the usage of@jereztech/i18n-react and@jereztech/react-elements in a React application.
- Implements internationalization (i18n) using
@jereztech/i18n-react - Utilizes reusable UI components from
@jereztech/react-elements - Demonstrates a basic store interface with localized content
Ensure you have the following installed:
Clone the repository and install dependencies:
git clone https://github.com/jereztech/store-react-demo.gitcd store-react-demopnpm install# or npm install
To start the development server, run:
pnpm dev# or npm run devThis will start the application athttp://localhost:3000/.
This project integrates@jereztech/i18n-react for managing translations.
Example usage:
import{useI18n}from"@jereztech/i18n-react";exportdefaultfunctionFooter(){const{ t}=useI18n('Navigation');return(<footerclassName="container"><pclassName="float-end"><ahref="#">{t('back-to-top')}</a></p></footer>)}
This project is licensed under theGNU General Public License v3.0
Made with ❤️ byJerez Tech
About
This repository provides a simple live demo showcasing the usage of @jereztech/i18n-react and @jereztech/react-elements in a React application.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.