Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting state logic into a reducer (100% finished) #100

Merged

Conversation

habibium
Copy link
Contributor

No description provided.

@habibium habibium changed the title Extracting state logic into a reducer Extracting state logic into a reducer (0% finished) Oct 29, 2023
@github-actions
Copy link

github-actions bot commented Oct 29, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

Five Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/404 80.48 KB (🟡 +44 B) 184.38 KB
/500 80.47 KB (🟡 +44 B) 184.37 KB
/[[...markdownPath]] 82.25 KB (🟡 +44 B) 186.16 KB
/errors 80.66 KB (🟡 +44 B) 184.56 KB
/errors/[errorCode] 80.63 KB (🟡 +44 B) 184.53 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Translated:
  - Consolidate state logic with a reducer overview
  - 3 steps
@habibium habibium changed the title Extracting state logic into a reducer (0% finished) Extracting state logic into a reducer (6% finished) Nov 3, 2023
- Translated half of Step 1
Translated:
  - A paragraph from step 1
Translated:
  - paragraph step 1
@habibium habibium changed the title Extracting state logic into a reducer (6% finished) Extracting state logic into a reducer (24% finished) Nov 14, 2023
Translated:
  - step 1 full
@habibium habibium changed the title Extracting state logic into a reducer (24% finished) Extracting state logic into a reducer (27% finished) Jan 13, 2024
@habibium habibium changed the title Extracting state logic into a reducer (27% finished) Extracting state logic into a reducer (48% finished) Jan 14, 2024
- translated step 2 full
@habibium habibium changed the title Extracting state logic into a reducer (48% finished) Extracting state logic into a reducer (54% finished) Jan 16, 2024
@habibium habibium changed the title Extracting state logic into a reducer (72% finished) Extracting state logic into a reducer (100% finished) Jul 16, 2024
@habibium habibium marked this pull request as ready for review July 16, 2024 14:18
@habibium
Copy link
Contributor Author

পেজ পুরোটা অনুবাদ শেষ হলো

@habibium habibium marked this pull request as draft August 1, 2024 20:32
@habibium habibium marked this pull request as ready for review August 1, 2024 20:32
@habibium
Copy link
Contributor Author

habibium commented Aug 8, 2024

@nafistiham @moshfiqrony bhai, awaiting your review. Check it out when you get some free time 😊.
I have plans to start working on another page from the next week, It would be awesome if this gets merged before that.

@moshfiqrony
Copy link
Collaborator

@nafistiham @moshfiqrony bhai, awaiting your review. Check it out when you get some free time 😊. I have plans to start working on another page from the next week, It would be awesome if this gets merged before that.

on it

Copy link
Collaborator

@moshfiqrony moshfiqrony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@moshfiqrony moshfiqrony added this pull request to the merge queue Aug 12, 2024
Merged via the queue into reactjs:main with commit 9f7c73c Aug 12, 2024
2 of 3 checks passed
@habibium habibium deleted the extracting-state-logic-into-a-reducer branch August 13, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants