Skip to content

tanerdiler/kata-eventdrivendesign-reactjs-chatapp

Repository files navigation

KATA FOR EVENT DRIVEN DESIGN ON REACTJS

This project has been created to implement Event Driven Design on ReactJS. This is a chat application that allows you to create many chat rooms and to chat people attended.

You know ReactJS applies changes on states to component by implementing container to component approach. May be, I know only this. This approach causes the container becomes fat with functions triggered by child components. But this project also shows us that how to keep clean components.

event storming design message reading diagram message sending diagram