3.1.7 • Published 1 year ago

@reatom/react-v1 v3.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This is compatible package which 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.7

1 year ago

3.1.3

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.1.2

2 years ago

3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago