--- tags: zeta-dom-react --- :::info **We are moving to** https://misonou.github.io/ ::: `zeta-dom-react` is a library that provides tools for forms, data, async and error handling, as well as other common necessities on building a React SPA. ## Notes for React 18 Starting from `v0.3.10`, React 18 will be officially be supported. For previous versions, there is known incompatibility when strict mode is enabled. ## Browser compatiblitity The library requires the following built-ins: | IDL | Chrome | Edge | Safari | Firefox | Opera | IE | | --------------------- | ------ | ---- | ------ | ------- | ----- | --- | | ES5 Map | | | | | | | | Promise | 32 | 12 | 8 | 29 | 19 | - | | Proxy | 49 | 12 | 10 | 18 | 26 | - | | AbortSignal (>=0.4.5) | 66 | 16 | 12.1 | 57 | 53 | - |