d-ivashchuk / memory-helper

A very tiny React application that lets you record memories and associate them with the weather (city of your chosing or shared location through browser).)
https://silly-borg-178afb.netlify.com/
MIT License
0 stars 0 forks source link

Read up binding patterns in react #2

Open d-ivashchuk opened 5 years ago

d-ivashchuk commented 5 years ago

https://github.com/d-ivashchuk/memory-helper/blob/0ea43d5c6eb9e4175ceabf94ad60727c184a231f/src/main/App.js#L16

d-ivashchuk commented 5 years ago

As already mentioned in #1 you can bind your methods in a less ugly way which will improve readability for larger components!