suvllian commented on issue #11: URL: https://github.com/apache/rocketmq-dashboard/issues/11#issuecomment-905217963
I suggest to choose React as front end UI framework, react has better community support than other framework. we can use [ant-design](https://ant.design/docs/react/introduce) as components library, and use [dva](https://github.com/dvajs/dva) as state container. React hooks are a new addition in React 16.8. React hooks are easier to work with and to test, and make the code look cleaner, easier to read. If we want use [react hooks](https://reactjs.org/docs/hooks-overview.html) in our project, we can add [umi hook](https://hooks.umijs.org/docs/getting-started) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
