3.1.5 • Published 10 months ago

@reatom/react-v1 v3.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

This is compatible package witch allow you to use @reatom/core-v1 with react. All docs is here.

Setup batching for old React

For React 16 and 17 you need to setup batching by yourself in the root fo your app

For react-dom

import { unstable_batchedUpdates } from 'react-dom'
import { setupBatch } from '@reatom/react-v1'

setupBatch(unstable_batchedUpdates)``

For react-native

import { unstable_batchedUpdates } from 'react-native'
import { setupBatch } from '@reatom/react-v1'

setupBatch(unstable_batchedUpdates)``
3.1.3

10 months ago

3.1.5

10 months ago

3.1.4

10 months ago

3.1.2

1 year ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago