Chatastrophe is up and running, but it’s still quite basic. We'll now discuss a few challenges, which you should choose to accept, to stretch your skills and improve our app.
Stretch goals
Switch to Preact
Preact is a 3 KB version of the React library. It has a similar API and functionality, without the bulk. Using it instead of React will improve our app’s performance. If you do go down this route, look into Webpack aliases as a way of streamlining the conversion.
Show online status
Tell other users when another user...