This is an example of how to use rpc_ts and Redux to build real-time apps. It is also a set of best practices.
The app is available here: https://rpc-ts-chat.herokuapp.com/. You can deploy your own:
git clone https://github.com/aiden/rpc_ts_chat.git
cd rpc_ts_chat
yarn
# To start the backend server
yarn back
# To start the frontend using webpack-dev-server
yarn web
rpc_ts_chat is licensed under the MIT License.