alextseni / GreekGameDevs

MIT License
3 stars 0 forks source link

Replace ajax calls with axios #19

Closed alextseni closed 6 years ago

alextseni commented 6 years ago

There are some Ajax calls created for sending mail in the beginning of the project. Since we use axios, it would be better to rewrite those requests in axios. Also there are two different forms using the same call and logic. That logic could be moved in a reusable component (ex. a high order component) - issue #28

alextseni commented 6 years ago

Bye bye Ajax!