Skip to content

Commit 6b61ebe

Browse files
authored
fix: replace react-spring.io with react-spring.dev (#2429)
1 parent 0b6dfbc commit 6b61ebe

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
1515
you ask a question, here are some resources to get help first:
1616
17-
- [Read the docs](https://react-spring.io)
17+
- [Read the docs](https://react-spring.dev)
1818
- [Explore examples](https://github.com/pmndrs/reat-spring/tree/main/demo/src/sandbox)
1919
- Look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=react-spring)
2020
- Ask in [GitHub Discussions](https://github.com/pmndrs/react-spring/discussions)

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
1515
you ask a question, here are some resources to get help first:
1616
17-
- [Read the docs](https://react-spring.io)
17+
- [Read the docs](https://react-spring.dev)
1818
- [Explore examples](https://github.com/pmndrs/reat-spring/tree/main/demo/src/sandbox)
1919
- Look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=react-spring)
2020
- Ask in [GitHub Discussions](https://github.com/pmndrs/react-spring/discussions)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Finally:
7676
pnpm release
7777
```
7878

79-
This will build the packages, publish them & push the tags to github to signify a new release. Please then update the `releases` on github & the changelog on `react-spring.io`
79+
This will build the packages, publish them & push the tags to github to signify a new release. Please then update the `releases` on github & the changelog on `react-spring.dev`
8080

8181
## Prerelease
8282

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ It's as simple as that to create scroll-in animations when value of `isVisible`
7676

7777
### 📖 Documentation and Examples
7878

79-
More documentation on the project can be found [here](https://www.react-spring.io).
79+
More documentation on the project can be found [here](https://www.react-spring.dev).
8080

81-
Pages contain their own [examples](https://react-spring.io/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/card) for a more in-depth view!
81+
Pages contain their own [examples](https://react-spring.dev/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/card) for a more in-depth view!
8282

8383
---
8484

docs/app/components/Feedback/Feedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const FeedbackButton = ({
197197
href={
198198
variant === 'upvote'
199199
? `https://twitter.com/intent/tweet?text=${encodeURIComponent(
200-
`I've found this #reactspring doc page helpful! https://react-spring.io/${location.pathname}`
200+
`I've found this #reactspring doc page helpful! https://react-spring.dev/${location.pathname}`
201201
)}`
202202
: 'https://github.com/pmndrs/react-spring/issues/new/choose'
203203
}

packages/parallax/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ const Example = () => {
3333

3434
## Parallax
3535

36-
| Property | Type | Description |
37-
| ----------- | ------------- | ------------------------------------------------------------------------------------------------------- |
38-
| pages | number | Total space of the container. Each page takes up 100% of the viewport. |
39-
| config? | SpringConfig | The spring behavior. Defaults to `config.slow` (see [configs](https://react-spring.io/common/configs)). |
40-
| enabled? | boolean | Whether or not the content can be scrolled. Defaults to `true`. |
41-
| horizontal? | boolean | Whether or not the container scrolls horizontally. Defaults to `false`. |
42-
| innerStyle? | CSSProperties | CSS object to style the inner `Parallax` wrapper (not the scrollable container) |
36+
| Property | Type | Description |
37+
| ----------- | ------------- | -------------------------------------------------------------------------------------------------------- |
38+
| pages | number | Total space of the container. Each page takes up 100% of the viewport. |
39+
| config? | SpringConfig | The spring behavior. Defaults to `config.slow` (see [configs](https://react-spring.dev/common/configs)). |
40+
| enabled? | boolean | Whether or not the content can be scrolled. Defaults to `true`. |
41+
| horizontal? | boolean | Whether or not the container scrolls horizontally. Defaults to `false`. |
42+
| innerStyle? | CSSProperties | CSS object to style the inner `Parallax` wrapper (not the scrollable container) |
4343

4444
### `ref` Properties
4545

packages/react-spring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ It's as simple as that to create scroll-in animations when value of `isVisible`
7676

7777
### 📖 Documentation and Examples
7878

79-
More documentation on the project can be found [here](https://www.react-spring.io).
79+
More documentation on the project can be found [here](https://www.react-spring.dev).
8080

81-
Pages contain their own [examples](https://react-spring.io/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/card) for a more in-depth view!
81+
Pages contain their own [examples](https://react-spring.dev/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/card) for a more in-depth view!
8282

8383
---
8484

0 commit comments

Comments
 (0)