vogievetsky opened a new pull request #8722: Web console: start transition to React hooks and functional components URL: https://github.com/apache/incubator-druid/pull/8722 React [hooks](https://reactjs.org/docs/hooks-intro.html) and functional (vs `class` based) components are the new way of life in the React world. This PR starts the transition to that new world. I tackled all the stateless components and the components with simple state. Next up is all the query doing components that will need a custom effect. The diff is not as big as it seems but every converted component was also de-dented by 1 indentation.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
