Skip to content

Commit 0b4d7a0

Browse files
committed
Add core-bundle-cb_io to MODULES.md.
1 parent 2b8a29e commit 0b4d7a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/MODULES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ These are all the modules meant for end-user selection.
118118
| `callback-ext-cats_effect` | For classes in the `callback` module: <ul><li>`cats.effect.{Sync,Async}` instances</li><li>Conversions from/to `cats.effect.{SyncIO,IO}`</li></ul> |
119119
| `core` | Core scalajs-react functionality with `{Callback,AsyncCallback}` as the default effects |
120120
| `core-bundle-cats_effect` | Core scalajs-react functionality with `cats.effect.{SyncIO,IO}` as the default effects<br>*(Note: `callback` module not included. Add as a separate dependency if required.)* |
121+
| `core-bundle-cb_io` | Core scalajs-react functionality with `Callback` as the default sync effect and `cats.effect.IO` as the default async effect.<br>*(Note: both `callback` and `core-ext-cats_effect` modules are included.* |
121122
| `core-ext-cats` | Extensions to the `core` module for Cats |
122123
| `core-ext-cats_effect` | Extensions to the `core` module for Cats Effect |
123124
| `extra` | Optional utils exclusive to scalajs-react. ([details](./EXTRA.md)) |

0 commit comments

Comments
 (0)