CodeQuestic / OpenPrep

Comprehensive collection of resources for various programming languages. It includes code samples, best practices, and reference materials to help developers of all levels enhance their skills and knowledge in multiple languages.
https://openprep.pages.dev
MIT License
1 stars 1 forks source link

Add introduction under "React" & components under "React Components" #4

Open 0xSaurabhx opened 1 day ago

0xSaurabhx commented 1 day ago

As part of expanding our repository, we would like to include comprehensive resources for React.js. This will help developers who are interested in learning or enhancing their skills in React.js.

Please contribute the following:

We encourage contributors of all levels to participate and share valuable resources. Thank you for your contributions!

Eshan05 commented 1 day ago

Hey! I would like to work on this issue.

I just want to clear some stuff up if you don't mind. What exactly counts as "code samples"? Are they just small things like

  1. How to create components
  2. How to manage states
  3. Conditional rendering
  4. How to use useEffect
  5. Usage in forms
  6. How to write a custom hook

and so on Or actual code like maybe say, an option selector or an image carousel

0xSaurabhx commented 1 day ago

@Eshan05 Hi Eshan,

Thanks for your interest in contributing! Both types of code samples are welcome. We appreciate simple examples like creating components, managing states, or using hooks, as well as more complex examples such as an option selector or an image carousel. Including unique samples that might be time-consuming for developers to create would be especially valuable.

Looking forward to your contributions!

Eshan05 commented 1 day ago

@Eshan05 Hi Eshan,

Thanks for your interest in contributing! Both types of code samples are welcome. We appreciate simple examples like creating components, managing states, or using hooks, as well as more complex examples such as an option selector or an image carousel. Including unique samples that might be time-consuming for developers to create would be especially valuable.

Looking forward to your contributions!

Great ok! I'll like to be assigned then

rakshixh commented 1 day ago

@Eshan05 Please provide us some time till EOD, we are making some changes to folder structure. Once that's done will assign this issue to you. Thank you!

Eshan05 commented 1 day ago

That's perfectly fine, thanks

Eshan05 commented 1 hour ago

In react components are you guys thinking of styles components like a component library? If so what is the design principles