This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(examples): add example for
Next.js
with RTK
, refactor anothe…
…r examples This commit adds an example for `Next.js` with **enabled** static generation and `Redux Toolkit`.
- Loading branch information
Showing
248 changed files
with
6,391 additions
and
275 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export enum ActivePostActionType { | ||
LOAD_ACTIVE_POST = 'active-post-egg/LOAD_ACTIVE_POST', | ||
SET_ACTIVE_POST = 'active-post-egg/SET_ACTIVE_POST', | ||
SET_ERROR = 'active-post-egg/SET_ERROR', | ||
SET_LOADING_STATE = 'active-post-egg/SET_LOADING_STATE', | ||
LOAD_ACTIVE_POST = 'active-post/LOAD_ACTIVE_POST', | ||
SET_ACTIVE_POST = 'active-post/SET_ACTIVE_POST', | ||
SET_ERROR = 'active-post/SET_ERROR', | ||
SET_LOADING_STATE = 'active-post/SET_LOADING_STATE', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export enum AviasalesActionType { | ||
ADD_TICKETS = 'aviasales-egg/ADD_TICKETS', | ||
ADD_TICKETS_SEGMENTS = 'aviasales-egg/ADD_TICKETS_SEGMENTS', | ||
SET_LOADING_STATE = 'aviasales-egg/SET_LOADING_STATE', | ||
SET_SEARCH_ID = 'aviasales-egg/SET_SEARCH_ID', | ||
SET_CURRENT_SORT = 'aviasales-egg/SET_CURRENT_SORT', | ||
SET_STOPS = 'aviasales-egg/SET_STOPS', | ||
ADD_TICKETS = 'aviasales/ADD_TICKETS', | ||
ADD_TICKETS_SEGMENTS = 'aviasales/ADD_TICKETS_SEGMENTS', | ||
SET_LOADING_STATE = 'aviasales/SET_LOADING_STATE', | ||
SET_SEARCH_ID = 'aviasales/SET_SEARCH_ID', | ||
SET_CURRENT_SORT = 'aviasales/SET_CURRENT_SORT', | ||
SET_STOPS = 'aviasales/SET_STOPS', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export enum ChuckNorrisActionType { | ||
LOAD_JOKE = 'chuck-norris-egg/LOAD_JOKE', | ||
SET_JOKE = 'chuck-norris-egg/SET_JOKE', | ||
SET_ERROR = 'chuck-norris-egg/SET_ERROR', | ||
SET_LOADING_STATE = 'chuck-norris-egg/SET_LOADING_STATE', | ||
LOAD_JOKE = 'chuck-norris/LOAD_JOKE', | ||
SET_JOKE = 'chuck-norris/SET_JOKE', | ||
SET_ERROR = 'chuck-norris/SET_ERROR', | ||
SET_LOADING_STATE = 'chuck-norris/SET_LOADING_STATE', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export enum ClockActionType { | ||
START_CLOCK = 'clock-egg/START_CLOCK', | ||
TICK_CLOCK = 'clock-egg/TICK_CLOCK', | ||
START_CLOCK = 'clock/START_CLOCK', | ||
TICK_CLOCK = 'clock/TICK_CLOCK', | ||
} |
Oops, something went wrong.
7e84d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
redux-eggs-example-next-gip – ./examples/example-next-gip
redux-eggs-example-next-gip-git-main-fostyfost.vercel.app
redux-eggs-example-next-gip-fostyfost.vercel.app
redux-eggs-example-next-gip.vercel.app
7e84d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
redux-eggs-example-next – ./examples/example-next
redux-eggs-example-next.vercel.app
redux-eggs-example-next-git-main-fostyfost.vercel.app
redux-eggs-example-next-fostyfost.vercel.app