Skip to content

Commit 1ebc17e

Browse files
authored
Merge branch 'main' into tr/no-effect
2 parents f394472 + 502695c commit 1ebc17e

9 files changed

+810
-810
lines changed

.github/workflows/site_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Use Node.js 20.x
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: 20.x
2222

2323
- name: Install deps and build (with cache)
24-
uses: bahmutov/npm-install@v1.7.10
24+
uses: bahmutov/npm-install@v1.8.32
2525

2626
- name: Lint codebase
2727
run: yarn ci-check

src/content/community/conferences.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,6 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13-
### Reactathon 2023 {/*reactathon-2023*/}
14-
May 2 - 3, 2023. San Francisco, CA, USA
15-
16-
[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)
17-
18-
### RemixConf 2023 {/*remixconf-2023*/}
19-
May, 2023. Salt Lake City, UT
20-
21-
[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)
22-
23-
### App.js Conf 2023 {/*appjs-conf-2023*/}
24-
May 10 - 12, 2023. In-person in Kraków, Poland + remote
25-
26-
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
27-
28-
### Chain React 2023 {/*chain-react-2023*/}
29-
May 17 - 19, 2023. Portland, OR, USA
30-
31-
[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)
32-
33-
### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
34-
May 31 - June 2, 2023. Atlanta, GA, USA
35-
36-
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
37-
38-
### React Summit 2023 {/*react-summit-2023*/}
39-
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)
40-
41-
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)
42-
4313
### React Norway 2023 {/*react-norway-2023*/}
4414
June 16th, 2023. Larvik, Norway
4515

@@ -82,6 +52,36 @@ December 8 & 12, 2023. In-person in Berlin, Germany + remote first interactivity
8252

8353
## Past Conferences {/*past-conferences*/}
8454

55+
### React Summit 2023 {/*react-summit-2023*/}
56+
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)
57+
58+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)
59+
60+
### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
61+
May 31 - June 2, 2023. Atlanta, GA, USA
62+
63+
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
64+
65+
### Chain React 2023 {/*chain-react-2023*/}
66+
May 17 - 19, 2023. Portland, OR, USA
67+
68+
[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)
69+
70+
### App.js Conf 2023 {/*appjs-conf-2023*/}
71+
May 10 - 12, 2023. In-person in Kraków, Poland + remote
72+
73+
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
74+
75+
### RemixConf 2023 {/*remixconf-2023*/}
76+
May, 2023. Salt Lake City, UT
77+
78+
[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)
79+
80+
### Reactathon 2023 {/*reactathon-2023*/}
81+
May 2 - 3, 2023. San Francisco, CA, USA
82+
83+
[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)
84+
8585
### React Miami 2023 {/*react-miami-2023*/}
8686
April 20 - 21, 2023. Miami, FL, USA
8787

src/content/learn/lifecycle-of-reactive-effects.md

Lines changed: 186 additions & 186 deletions
Large diffs are not rendered by default.

src/content/learn/manipulating-the-dom-with-refs.md

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

src/content/learn/referencing-values-with-refs.md

Lines changed: 73 additions & 73 deletions
Large diffs are not rendered by default.

src/content/learn/synchronizing-with-effects.md

Lines changed: 206 additions & 206 deletions
Large diffs are not rendered by default.

src/content/reference/react/useCallback.md

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

src/content/reference/react/useState.md

Lines changed: 131 additions & 131 deletions
Large diffs are not rendered by default.

src/sidebarLearn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,23 +161,23 @@
161161
"tags": ["advanced"],
162162
"routes": [
163163
{
164-
"title": "Referencing Values with Refs",
164+
"title": "ref で値を参照する",
165165
"path": "/learn/referencing-values-with-refs"
166166
},
167167
{
168-
"title": "Manipulating the DOM with Refs",
168+
"title": "ref で DOM を操作する",
169169
"path": "/learn/manipulating-the-dom-with-refs"
170170
},
171171
{
172-
"title": "Synchronizing with Effects",
172+
"title": "エフェクトを使って同期を行う",
173173
"path": "/learn/synchronizing-with-effects"
174174
},
175175
{
176176
"title": "エフェクトは必要ないかもしれない",
177177
"path": "/learn/you-might-not-need-an-effect"
178178
},
179179
{
180-
"title": "Lifecycle of Reactive Effects",
180+
"title": "リアクティブなエフェクトのライフサイクル",
181181
"path": "/learn/lifecycle-of-reactive-effects"
182182
},
183183
{

0 commit comments

Comments
 (0)