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

Created new React Native Components entry #1269

Merged
merged 16 commits into from
Jan 5, 2023
Merged

Created new React Native Components entry #1269

merged 16 commits into from
Jan 5, 2023

Conversation

ericsonrd
Copy link
Contributor

@ericsonrd ericsonrd commented Nov 20, 2022

Description

New entry about React Native Components for the React Native section in the React topic. It gives clear explanation of React Native components, how they relate to React and what they do to generate fast, native-like UI performance.

Type of Change

  • Adding a new entry
  • Updating the documentation

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes # in the "Description" above).

@CLAassistant
Copy link

CLAassistant commented Nov 20, 2022

CLA assistant check
All committers have signed the CLA.

@SSwiniarski SSwiniarski added react React entries new entry New entry or entries labels Nov 20, 2022
Copy link
Contributor

@SSwiniarski SSwiniarski left a comment

Choose a reason for hiding this comment

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

@ericsonrd, I did a first review and left some comments.

I also want to ask @Dusch4593 how we feel about the off-site links to code.

@ericsonrd
Copy link
Contributor Author

@ericsonrd, I did a first review and left some comments.

I also want to ask @Dusch4593 how we feel about the off-site links to code.

Got it. Will be checking and solving all these. Also let me know about the off-site links and I'll fix it if neccessary. Thanks for your review.

Copy link
Contributor

@SSwiniarski SSwiniarski left a comment

Choose a reason for hiding this comment

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

@ericsonrd One more change before passing on to a second review: Go through the file and make sure there are line breaks before and after headers and code blocks.

@ericsonrd
Copy link
Contributor Author

ericsonrd commented Nov 22, 2022

@ericsonrd One more change before passing on to a second review: Go through the file and make sure there are line breaks before and after headers and code blocks.

Understood.

Copy link
Contributor

@SSwiniarski SSwiniarski left a comment

Choose a reason for hiding this comment

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

@ericsonrd, looks ready for a second review.

@Dusch4593 Dusch4593 self-assigned this Dec 10, 2022
@Dusch4593 Dusch4593 added the status: under review Issue or PR is currently being reviewed label Dec 10, 2022
Copy link
Contributor

@Dusch4593 Dusch4593 left a comment

Choose a reason for hiding this comment

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

@ericsonrd Left some comments/suggestions for you for the second review. 😄

@Dusch4593 Dusch4593 added status: waiting for author and removed status: under review Issue or PR is currently being reviewed labels Dec 10, 2022
@yangc95
Copy link
Contributor

yangc95 commented Dec 29, 2022

@ericsonrd apologies for any confusion! I mistakenly pushed up some changes but see that you're still working on getting the changes up.

@ericsonrd
Copy link
Contributor Author

@ericsonrd apologies for any confusion! I mistakenly pushed up some changes but see that you're still working on getting the changes up.

Hey @yangc95, @Dusch4593. Added the latest changes to this entry. In the first pharagraph I modified the first description of Components, because it would read "Components are components...", then in the table instead of changing "React Native Components" to "Native Components", changed it to "Core Components" to match the classification on the React Native documentation.

Let me know if it's ok or it would need changes.

Copy link
Contributor

@yangc95 yangc95 left a comment

Choose a reason for hiding this comment

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

@ericsonrd I had a few suggestions/comments to add 🙂

Copy link
Contributor

@Dusch4593 Dusch4593 left a comment

Choose a reason for hiding this comment

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

@ericsonrd Just some last points of feedback from me. Mostly to do with spacing in the code snippets. 😄

@ericsonrd
Copy link
Contributor Author

@ericsonrd Just some last points of feedback from me. Mostly to do with spacing in the code snippets. 😄

@Dusch4593 Done. 👍🏽

Copy link
Contributor

@Dusch4593 Dusch4593 left a comment

Choose a reason for hiding this comment

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

@ericsonrd Just one last suggestion from me, but looks good otherwise! 😄

Is there anything left to add, change, or check @yangc95?

@yangc95 yangc95 merged commit cc5b027 into Codecademy:main Jan 5, 2023
@github-actions
Copy link

github-actions bot commented Jan 5, 2023

👋 @ericsonrd
You have contributed to Codecademy Docs, and we would like to know more about you and your experience.
Please take a minute to fill out this four question survey to help us better understand Docs contributions and how we can improve the experience for you and our learners.
Thank you for your help!

@ericsonrd
Copy link
Contributor Author

Hurray!! 🎉👏🏼👏🏼

Thanks for all your support and patience @Dusch4593 and @yangc95 helping me navigate the "entanglement", I've sure learned a bit about how to manage it better. And glad to have contributed to Codecademy docs!

Be well.

@yangc95
Copy link
Contributor

yangc95 commented Jan 6, 2023

@ericsonrd Thanks for your consistent efforts!

Would you also be able to open a PR for a small change? It looks like some images weren't rendered and need to be replaced with a link that has this format: https://raw.githubusercontent.com/Codecademy/docs/main/media/`filename`

In addition, you're currently a private contributor so you're anonymous on this entry.
If you'd like to make yourself public, add your GitHub account to your Codecademy profile and sign back in with GitHub!
Screen Shot 2023-01-06 at 9 52 27 AM

cc: @Dusch4593 @SSwiniarski

@ericsonrd ericsonrd deleted the rn_components branch January 7, 2023 00:00
@ericsonrd ericsonrd restored the rn_components branch January 7, 2023 00:01
@ericsonrd ericsonrd deleted the rn_components branch January 7, 2023 00:02
@ericsonrd
Copy link
Contributor Author

Done @yangc95 and @Dusch4593.

PR Link: #1466 (comment)

@yangc95
Copy link
Contributor

yangc95 commented Jan 7, 2023

@ericsonrd Merged! Thanks for making that change ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants