Open
Description
We need to port existing form for country creation to React. Here is the current code:
mystamps/src/main/webapp/WEB-INF/views/country/add.html
Lines 76 to 112 in 366f099
When a user submits data, we should POST it to /categories
Also, we should handle&show related errors from a server.
As part of this task we should only create a React component. API call will be implemented in #1347 Unit and integration tests, will be added later.
Part of #1328