React functional components: const vs. function
I have been performance optimizing our app recently and as such, I have been getting into the nitty gritty of Javascript. One of the things I thought about is if there's any real difference between declaring a component like this:
const MyComponent ...
carlw.hashnode.dev3 min read