Skip to content

wmartins/react-blur-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Blur Up

Component to improve user experience when loading heavy weight images using the "Blur Up" technique.

You can check a running demo clicking here.

And here is an example of the effect:

React Blur Up demo

About the Technique

You can read more about in the following articles:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request