todo-wp
todo-wp copied to clipboard
Use proper React methods for HTTP Calls
In the interests of getting something up and running quickly, I kludged in jQuery HTTP api calls to handle communication with the backend. Obviously that's not ideal, and we should figure out a "proper" example implementation using React's native mechanisms for data-binding.