1
/
5

Going into ReactJS

Hello everyone!

I've been practicing a lot recently and I've finally learned ReactJS. I was able to recreate my restaurant page entirely with React.

So far, it seems really great! Very different compared to vanilla Javascript. Actually, I really like JSX, it's easier to visualize and quite straightforward!

I can see how it's such a popular framework/library. It's really neat and quite nice how the components work together and JSX is brilliantly designed.

My biggest struggle was actually getting the events to work as I had problems with {this.props}, however I managed to solve it by using a stateless function instead of using a component and a constructor.

Please check it out on my GitHub and I'd be happy to get any feedback!

https://github.com/edwardnz2017/Restaurant-REACT

Edward