Develop #8
@@ -29,16 +29,17 @@ You've been given the task of creating a simple application with create/read/del
|
|||||||
|
|
||||||
### If you had more time, what would you improve/do differently?
|
### If you had more time, what would you improve/do differently?
|
||||||
|
|
||||||
- Use AntD
|
- Use AntD (or any CSS Framework)
|
||||||
- CSS Module
|
- CSS Module
|
||||||
- Form Validations
|
- Form Validations
|
||||||
- Page Transitions
|
- Page Transitions
|
||||||
- Loading State
|
- Loading State
|
||||||
|
- Setup environment variables
|
||||||
|
- Setup API proxy with Axios
|
||||||
- More Accessibility
|
- More Accessibility
|
||||||
- Component Lazy Loading
|
- Component Lazy Loading
|
||||||
- Optimizations:
|
- Inject axios globally as $http.
|
||||||
- Inject axios globally as $http.
|
- More test
|
||||||
- More test
|
|
||||||
|
|
||||||
### How much time (more or less) it took you to complete the task?
|
### How much time (more or less) it took you to complete the task?
|
||||||
|
|
||||||
|
|||||||
2
public/_redirects
Normal file
2
public/_redirects
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Netlify settings for single-page application
|
||||||
|
/* /index.html 200
|
||||||
Reference in New Issue
Block a user