File tree Expand file tree Collapse file tree
packages/example-nextjs15/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100## 目录
101101
102102- [ State in url] ( #state-in-url )
103+ - [ State in url] ( #state-in-url-1 )
103104- [ 演示] ( #演示 )
104105 - [ 为什么使用 ` state-in-url ` ?] ( #为什么使用-state-in-url )
105106 - [ 使用场景] ( #使用场景 )
@@ -621,7 +622,7 @@ const tags = [
621622];
622623```
623624
624- [ 演示页面示例代码] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs14 /src/app/Form.tsx )
625+ [ 演示页面示例代码] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs15 /src/app/Form.tsx )
625626</details >
626627
627628##### 仅更新状态并手动同步到 URL
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ Next.js와 react-router용 `useUrlState` 훅과 그 외 JS 환경을 위한 헬
136136 - [ 변경 로그] ( #변경-로그 )
137137 - [ 언급] ( #언급 )
138138 - [ 라이선스] ( #라이선스 )
139+ - [ 개인 웹사이트] ( #개인-웹사이트 )
139140 - [ 영감] ( #영감 )
140141
141142## 설치
@@ -614,7 +615,7 @@ const tags = [
614615];
615616```
616617
617- [ 데모 페이지 예제 코드] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs14 /src/app/Form.tsx )
618+ [ 데모 페이지 예제 코드] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs15 /src/app/Form.tsx )
618619</details >
619620
620621##### 상태만 업데이트하고 URL에 수동으로 동기화
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ const tags = [
621621];
622622```
623623
624- [ Demo page example code] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs14 /src/app/Form.tsx )
624+ [ Demo page example code] ( https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs15 /src/app/Form.tsx )
625625</details >
626626
627627##### Update state only and sync to URL manually
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ function getUrls(pathname: string) {
7373
7474const sourceUrls = {
7575 'next.js' : {
76- form : 'https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs14 /src/app/Form.tsx' ,
77- status : 'https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs14 /src/app/Status.tsx'
76+ form : 'https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs15 /src/app/Form.tsx' ,
77+ status : 'https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-nextjs15 /src/app/Status.tsx'
7878 } ,
7979 'react-router' : {
8080 form : 'https://github.com/asmyshlyaev177/state-in-url/blob/master/packages/example-react-router6/src/Form-for-test.tsx' ,
You can’t perform that action at this time.
0 commit comments