Skip to content

interviewstreet/react-optimistic-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61c1828 Β· Nov 22, 2019

History

38 Commits
Nov 13, 2019
Nov 22, 2019
Nov 13, 2019
Aug 29, 2019
Aug 29, 2019
Apr 9, 2019
Aug 29, 2019
Oct 2, 2019
Nov 22, 2019
Aug 29, 2019
Aug 29, 2019
Nov 18, 2019

Repository files navigation

React Optimistic Toggle

React component to build Optimistic UIs.

If you see the 'FB or Twitter Like Button' or 'Add To Favorite' button in many websites you'll notice that when you click on the button it instantly shows that you have liked it. It then sends a request, if the request succeeds then the post stays liked otherwise it reverts back to unliked state. This is called Optimistic UI update.

react-optimistic-toggle helps you build these kind of UI effortlessly.