Add component's lazy loading

This commit is contained in:
2020-12-08 12:40:16 +01:00
parent 73b7786d1a
commit 2a1cf5ae8f
7 changed files with 31 additions and 36 deletions

View File

@@ -14,33 +14,34 @@ You've been given the task of creating a simple application with create/read/del
- [x] Create a branch off of master, commit all your work to this new branch.
- [ ] When you are finished, open a PR to master (but do not merge it). In the PR description, copy, paste and answer the following:
```
### Your name
Noé Viricel
---
### Your name
Noé Viricel
### What was challenging?
### What was challenging?
Cypress.io
Cypress.io
### What did you enjoy doing?
...
### What did you enjoy doing?
### If you had more time, what would you improve/do differently?
#### Components Lazy-Loading
*(Prefetching auto-handled since Vue CLI 3+)*
- [x] Dynamic imports (works for most browsers).
- [ ] Improve browser support by using Async components, it would offer more control over Component's loading / error states.
### If you had more time, what would you improve/do differently?
- Use AntD (or any CSS Framework)
- CSS Module
- Form Validations
- Page Transitions
- Loading State
- Setup environment variables
- Setup API proxy with Axios
- More Accessibility
- Component Lazy Loading
- Image Caching & Lazy Loading
- Inject axios globally as $http
- More test
- [] Use AntD (or any CSS Framework)
- [] CSS Module
- [] Form Validations
- [] Page Transitions
- [] Loading State
- [] Setup environment variables
- [] Setup API proxy with Axios
- [] More Accessibility
- [] Image Caching & Lazy Loading
- [] Inject axios globally as $http
- [] More test
### How much time (more or less) it took you to complete the task?
@@ -49,7 +50,7 @@ You've been given the task of creating a simple application with create/read/del
### What do you think about the task itself? (Was it a good experience? If not why?)
### Summary in a gif
```
- [ ] Invite us to your repository: @chayaline, @emilyrosina, @adamwardecki, @dangzo, @thomas-lhuillier, @SavanovicN & @Sergeon
## The specification