AG-2178 Add docs and example on how to use Context API with React

This commit is contained in:
Sean Landsman
2018-10-16 17:42:29 +01:00
parent 518a95ee89
commit 4998a51817
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
import React from "react";
export default React.createContext('normal');