charting-library-tutorial
charting-library-tutorial copied to clipboard
How can Implement the react component like Function component?
Hello, I tried to adapt the example in react JavaScript tutorial from class component to function component, but when I try to render the component it says that container doesn't exist, I already created the div with ID. Anyone has the example of this component in function component? Thanks
Hi @mcjeikk, I have implemented the tutorial in react using functional componets. you can find it here: https://github.com/Ahmad-Ghorbani/trading-view-react.