How to use the react-i13n.createI13nNode function in react-i13n

To help you get started, we’ve selected a few react-i13n examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yahoo / fluxible / site / components / NavLink.js View on Github external
import { createI13nNode } from 'react-i13n';
import { NavLink } from 'fluxible-router';

var I13nNavLink = createI13nNode(NavLink, {
    isLeafNode: true,
    bindClickEvent: true,
    follow: false
});

export default I13nNavLink;

react-i13n

React I13n provides a performant and scalable solution to application instrumentation.

Unrecognized
Latest version published 1 year ago

Package Health Score

67 / 100
Full package analysis

Popular react-i13n functions