leftiness / react-demo

Other
0 stars 0 forks source link

Add date picker to reservations ui #53

Open leftiness opened 8 years ago

leftiness commented 8 years ago

Click a button. Get a modal. Select year, month, day. Modal has an onSubmit. onSubmit takes the values of the modal and sets the URL hash parameters. Application component sends an update because of the hashchange event. Things get rendered. Reservations will be retrieved from the REST API based on the current URL options (site.com/#/reservations?name=Brandon&date=12345).