leftiness / react-demo

Other
0 stars 0 forks source link

Stub the reservations ajax service #61

Open leftiness opened 8 years ago

leftiness commented 8 years ago

The reservations container would really benefit from having a stubbed reservations ajax service. It could just generate some foo reservations data and return it with a Promise.resolve(). Then I'd be able to write the reservations container properly.