Juho Vepsäläinen

Results 178 issues of 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.

bonus chapter

Just adding this here so I can keep track of this. Most likely this will go to a little effort of its own.

bonus chapter

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....

bonus chapter

bonus chapter

Show how to go from Alt to Redux and how the approaches differ.

bonus chapter

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

bonus chapter

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.

bonus chapter

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...

bonus chapter

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.

This should recap the main ideas of the book.

enhancement