Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This repository provides a simple live demo showcasing the usage of @jereztech/i18n-react and @jereztech/react-elements in a React application.

NotificationsYou must be signed in to change notification settings

jereztech/store-react-demo

Repository files navigation

This repository provides a simplelive demo showcasing the usage of@jereztech/i18n-react and@jereztech/react-elements in a React application.

Features

  • Implements internationalization (i18n) using@jereztech/i18n-react
  • Utilizes reusable UI components from@jereztech/react-elements
  • Demonstrates a basic store interface with localized content

Prerequisites

Ensure you have the following installed:

Installation

Clone the repository and install dependencies:

git clone https://github.com/jereztech/store-react-demo.gitcd store-react-demopnpm install# or npm install

Running the Project

To start the development server, run:

pnpm dev# or npm run dev

This will start the application athttp://localhost:3000/.

Using @jereztech/i18n-react

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>)}

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp