UNPKG

react-context

Version:
11 lines (9 loc) 231 B
--- id: contexts-focus title: Focus --- ``` this.context.focus // bool Component.contextTypes = context.subscribe(['focus']) ``` Sets event listeners for both focus and blur events to tell you when the window is in focus or not.