Skip to content

Sample project for Event Driven Architecture applied on bothFrontend and Backend. JEventbus and Eventbus.js are being used for this project.

License

Notifications You must be signed in to change notification settings

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