Skip to content

Commit

Permalink
release: 0.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 11, 2024
1 parent ce72368 commit dcf6a8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.39

**Core Changes**

- Add `useComponentWillReceiveUpdate` which mimics the behavior of `UNSAFE_componentWillReceiveProps`.

# 0.2.38

**Core Changes**
Expand Down
10 changes: 0 additions & 10 deletions docs/src/pages/where-is.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ title: Where is ...?

# Where is ...?

## useOnline

Try `@uiw/react-use-online`. This is a tiny, zero-dependency, SSR hook for responding to online/offline changes.

![](https://deno.bundlejs.com/badge?q=@uiw/react-use-online&treeshake=[{+useOnline+}]&config={%22esbuild%22:{%22external%22:[%22react%22]}})

- GitHub: https://github.com/uiwjs/react-use-online
- NPM: https://www.npmjs.com/package/@uiw/react-use-online
- React Concurrent Rendering Compatible: Yes (through `useSyncExternalStore`)

## useAsyncFn

Try `swr`. This is an ad-hoc library providing various hooks for data fetching, but it can also be used for any async operations.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxact",
"version": "0.2.38",
"version": "0.2.39",
"private": true,
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
"homepage": "https://foxact.skk.moe",
Expand Down

0 comments on commit dcf6a8e

Please sign in to comment.