Skip to content

Commit

Permalink
read me change
Browse files Browse the repository at this point in the history
  • Loading branch information
SummySumanth committed Sep 13, 2019
1 parent 60b915a commit 49cef79
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ _or_
npm run build
## Few Pointers about this project
1. **Lazy loading of Images** have been implemented.
1. **Lazy loading of Images** have been implemented (No pre built stuff used).
2. **Code splitting** for better optimization of static files(script files) delivery and make initial load quicker.
3. **Throttling of network activities** to reduce unhandled number of calls on search query.
4. **Code splitting** in order to make the static script files light weight and load only on need!
5. Search suggestion **network calls are throttled!**
6. **No css frameworks used**, all the styles and animations are handwritten !
3. **Throttling of network activities** to reduce unhandled number of calls on search query (No pre built stuff used).
4. Search suggestion **network calls are throttled!**
5. **No css frameworks used**, all the styles and animations are handwritten !


## UI(s) of this project

0 comments on commit 49cef79

Please sign in to comment.