Open cmlooff opened 2 years ago
graph TD; Index[Index.js] -->App[App.jsx] App-->MainContainer[MainContainer.jsx]; MainContainer-->PostContainer[PostContainer.jsx]; MainContainer-->FeedContainer[FeedContainer.jsx]; FeedContainer-->FeedItem[FeedItem.jsx]; PostContainer-->PostCreator[PostCreator.jsx] ;
graph TD; Server[Server]-->FeedItem[FeedItem.jsx] Server-->PostCreator[PostCreator.jsx] ;
Flow Chart
Frontend Flowchart
Frontend Communication to Backend Flowchart