You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/MODULES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ These are all the modules meant for end-user selection.
118
118
|`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> |
119
119
|`core`| Core scalajs-react functionality with `{Callback,AsyncCallback}` as the default effects |
120
120
|`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.*|
121
122
|`core-ext-cats`| Extensions to the `core` module for Cats |
122
123
|`core-ext-cats_effect`| Extensions to the `core` module for Cats Effect |
123
124
|`extra`| Optional utils exclusive to scalajs-react. ([details](./EXTRA.md)) |
0 commit comments