Kornil/simple-react-app

Rewrite App.jsx as dumb component

Kornil opened this issue · 2 comments

At the moment App.jsx main component is written as a class, since it does not use state, it could potentially be rewritten as a simple ES6 functional component.

I'm open to help anyone who wants to take this issue as first one to learn about React.

#13 submitted!

#14 Gave it a go. Regardless, thanks for the Git lesson Kornil.