survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

i18n/l10n/a11y Chapter #14

Open bebraw opened 9 years ago

bebraw commented 9 years ago

This is an advanced topic. It would be good to discuss various available libraries such as react-a11y and basic approaches to i18n. Webpack's i18n-webpack-plugin should be discussed.

vjancik commented 8 years ago

For reference: Also as an eslint plugin: https://www.npmjs.com/package/eslint-plugin-jsx-a11y

bebraw commented 8 years ago

Cool. Thanks for linking!