As developers, we want to produce manageable and maintainable code, which is also easier to debug and test. To make this possible, we adopt best practices...
In this post, I'll show you how to write the functional components of a very simple chat app. It's a stripped-down app, but you'll see how Channels can...