akhileshthite / dtube

Decentralized video sharing & social media platform on Ethereum blockchain.
https://dtube-eth.on.fleek.co
MIT License
80 stars 123 forks source link

Convert to functional components with react hooks #9

Closed Nis7538 closed 1 year ago

Nis7538 commented 1 year ago

Closes: #4

Upgraded the component definition from class-based components to function-based components of React with React Hooks

changed the file structure from stateful class components to stateless functional components with react hooks