
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@foes/react-i18n-routing
Advanced tools
Provides components and functions to make i18n routing React apps with ease.
🌐 Missing i18n components and functions to bridge react-router and react-intl
There are robust solutions that they have become in standard solutions to usual problems in React ecosystem such as internalization with React-Intl and routing with React-Router. There are awesome libraries that they make our life more easy building apps but, what happens when we need to combine two parts in our projects? In this case we think that some other library is needed to join the routing and i18n systems so, we have created the ReactI18nRouting.
This library aims to provide all the needed to make the internationalization of the routes as easy as possible.
We truly trust in the Single Responsibility Pattern so, we have designed the library following the UNIX popular
concept:
DOTADIW, or "Do One Thing and Do It Well".
The recommended and the most suitable way to install is through Yarn.
$ yarn add @foes/react-i18n-routing
Or alternatively, through NPM.
$ npm install --save @foes/react-i18n-routing
All the documentation is stored in the docs folder.
This library follows the modern JavaScript coding standards, so pull requests need to pass the ESLint and
Prettier. This task can be very boring but, in the package.json there are some useful
npm-scripts that becomes this process simpler and faster.
$ yarn cs # or npm run cs
There is also a policy for contributing to this library. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with tests. We are using Jest test framework for that purpose.
$ yarn test # or npm test
This library is created and maintained by:
@benatespina - benatespina@gmail.com
@gorkalaucirica - gorka.lauzirika@gmail.com
@mktoast - mikeltuesta@gmail.com
FAQs
Provides components and functions to make i18n routing React apps with ease.
We found that @foes/react-i18n-routing demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.