We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593592e commit 4f0012cCopy full SHA for 4f0012c
src/alternate-renderers.js
@@ -0,0 +1,11 @@
1
+import Provider from './components/Provider'
2
+import connectAdvanced from './components/connectAdvanced'
3
+import { ReactReduxContext } from './components/Context'
4
+import connect from './connect/connect'
5
+
6
+import { getBatch } from './utils/batch'
7
8
+// For other renderers besides ReactDOM and React Native, use the default noop batch function
9
+const batch = getBatch()
10
11
+export { Provider, connectAdvanced, ReactReduxContext, connect, batch }
0 commit comments