项目作者: interviewstreet

项目描述 :
Helps you to build Optimistic UI.
高级语言: JavaScript
项目地址: git://github.com/interviewstreet/react-optimistic-toggle.git
创建时间: 2019-04-09T15:59:31Z
项目社区:https://github.com/interviewstreet/react-optimistic-toggle

开源协议:MIT License

下载


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.