Juho Vepsäläinen
Juho Vepsäläinen
This is an advanced topic. It would be good to discuss various available libraries such as [react-a11y](https://www.npmjs.com/package/react-a11y) and basic approaches to i18n. Webpack's [i18n-webpack-plugin](https://github.com/webpack/i18n-webpack-plugin) should be discussed.
Just adding this here so I can keep track of this. Most likely this will go to a little effort of its own.
It could be a good idea to discuss common routing approaches like [react-router](https://github.com/rackt/react-router). Things are starting to get more stable. I don't see this as a priority issue yet, though....
Discuss how to integrate with backends. Ie. REST, Firebase. Example based on https://github.com/goatslacker/alt/issues/158 and https://github.com/goatslacker/alt/pull/173 below (not sure if correct): ``` javascript const alt = new Alt({ stateKey: 'state' })...
Show what it takes to port the app to Electron (desktop app). Instead of localStorage that could rely on filesystem for persistency. Perhaps some other tweaks could be done too.
There should be a chapter to cover various performance tricks. I suppose both Webpack and React could be covered. In case of Webpack I can show how to speed up...
Hi, I was wondering if you would be interested in moving the repository below [webpack-contrib](https://github.com/webpack-contrib). It's an organization where we maintain third party loaders/plugins together. Let me know.