Skip to content

Commit

Permalink
Merge branch 'main' into tr/no-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky authored Jun 29, 2023
2 parents f394472 + 502695c commit 1ebc17e
Show file tree
Hide file tree
Showing 9 changed files with 810 additions and 810 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 20.x

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

- name: Lint codebase
run: yarn ci-check
60 changes: 30 additions & 30 deletions src/content/community/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,6 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c

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

### Reactathon 2023 {/*reactathon-2023*/}
May 2 - 3, 2023. San Francisco, CA, USA

[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)

### RemixConf 2023 {/*remixconf-2023*/}
May, 2023. Salt Lake City, UT

[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)

### App.js Conf 2023 {/*appjs-conf-2023*/}
May 10 - 12, 2023. In-person in Kraków, Poland + remote

[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)

### Chain React 2023 {/*chain-react-2023*/}
May 17 - 19, 2023. Portland, OR, USA

[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)

### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
May 31 - June 2, 2023. Atlanta, GA, USA

[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#/)

### React Summit 2023 {/*react-summit-2023*/}
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)

[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)

### React Norway 2023 {/*react-norway-2023*/}
June 16th, 2023. Larvik, Norway

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

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

### React Summit 2023 {/*react-summit-2023*/}
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)

[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)

### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
May 31 - June 2, 2023. Atlanta, GA, USA

[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#/)

### Chain React 2023 {/*chain-react-2023*/}
May 17 - 19, 2023. Portland, OR, USA

[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)

### App.js Conf 2023 {/*appjs-conf-2023*/}
May 10 - 12, 2023. In-person in Kraków, Poland + remote

[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)

### RemixConf 2023 {/*remixconf-2023*/}
May, 2023. Salt Lake City, UT

[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)

### Reactathon 2023 {/*reactathon-2023*/}
May 2 - 3, 2023. San Francisco, CA, USA

[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)

### React Miami 2023 {/*react-miami-2023*/}
April 20 - 21, 2023. Miami, FL, USA

Expand Down
372 changes: 186 additions & 186 deletions src/content/learn/lifecycle-of-reactive-effects.md

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions src/content/learn/manipulating-the-dom-with-refs.md

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions src/content/learn/referencing-values-with-refs.md

Large diffs are not rendered by default.

412 changes: 206 additions & 206 deletions src/content/learn/synchronizing-with-effects.md

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions src/content/reference/react/useCallback.md

Large diffs are not rendered by default.

262 changes: 131 additions & 131 deletions src/content/reference/react/useState.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,23 @@
"tags": ["advanced"],
"routes": [
{
"title": "Referencing Values with Refs",
"title": "ref で値を参照する",
"path": "/learn/referencing-values-with-refs"
},
{
"title": "Manipulating the DOM with Refs",
"title": "ref で DOM を操作する",
"path": "/learn/manipulating-the-dom-with-refs"
},
{
"title": "Synchronizing with Effects",
"title": "エフェクトを使って同期を行う",
"path": "/learn/synchronizing-with-effects"
},
{
"title": "エフェクトは必要ないかもしれない",
"path": "/learn/you-might-not-need-an-effect"
},
{
"title": "Lifecycle of Reactive Effects",
"title": "リアクティブなエフェクトのライフサイクル",
"path": "/learn/lifecycle-of-reactive-effects"
},
{
Expand Down

0 comments on commit 1ebc17e

Please sign in to comment.