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

React materials #33

Closed
Willaiem opened this issue Sep 4, 2022 · 25 comments
Closed

React materials #33

Willaiem opened this issue Sep 4, 2022 · 25 comments
Labels
✨ All verified ✨ Materials listed in this issue are all ready to be added to the project new docs This content will be added in next PR

Comments

@Willaiem
Copy link
Contributor

Willaiem commented Sep 4, 2022

This issue will contain the materials, which will be added to the existing React section.

@Willaiem Willaiem added the new docs This content will be added in next PR label Sep 4, 2022
@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

(all needs to be verified)

https://www.youtube.com/watch?v=UXDAp0ILOwg - already added
https://medium.com/.../intro-to-debugging-reactjs... - already added
https://www.youtube.com/watch?v=_rnxOD9NKAs - I would avoid this channel as well. This video is definitely too long and explained quite badly.
https://www.digitalocean.com/.../how-to-debug-react... - it's fine. this can be added.

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

Podstawy React-Spring:
https://www.youtube.com/watch?v=AR5Zbw2u_Ug - not a fan of this tutorial
https://www.youtube.com/watch?v=kT6yYSwK1oA - cool tutorial, this can be added to a new section called "animations"
Podstawy Framer Motion:
https://www.youtube.com/watch?v=2F76YujtChs https://www.youtube.com/playlist?list=PLLnpHn493BHElflAIAcieF8toJ_ja9vjX - replaced with the playlist, this seems good. This can be added.
https://www.youtube.com/watch?v=YxLMAk2H3ns - more like a tutorial, on how to make page transitions. Still, an interesting one to add to the docs.
Porównanie React-Spring i Framer Motion:
https://ichi.pro/.../react-spring-vs-framer-motion... - this seems translated by Google Translate and it's awful.
Przykładowe projekty z tymi bibliotekami:
https://www.youtube.com/watch?v=SuqU904ZHA4 - decent tutorial, this can be added.
https://blog.logrocket.com/animations-with-react-spring/ - this looks interesting, this can be added to a new section called "animations"

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

Materiały dotyczące zwiększenia wydajności aplikacji:

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

Materiały:

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

Przykłady użycia memoizacji w React:

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 4, 2022

DRY in React apps:
https://javascript.plainenglish.io/5-dry-principles-to... - there are some antipatterns that we want to avoid
SOLID in React apps:
https://medium.com/.../s-o-l-i-d-principles-with-react... - not a fan of this article
https://blog.usejournal.com/how-to-apply-solid-principles... - outdated

@Lukortech
Copy link

Is there a way to provide any help here?
Would you want to have someone to look at the resources and put them in place or just check if they are up-to-date?

@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 6, 2022

Is there a way to provide any help here? Would you want to have someone to look at the resources and put them in place or just check if they are up-to-date?

I want to check them out if they're worth putting into the repo.

@goodideagiver
Copy link
Collaborator

@Willaiem Willaiem added the 🚧 not verified yet 🚧 Materials that are not suited to add yet because they need verification label Sep 13, 2022
@Willaiem
Copy link
Contributor Author

Willaiem commented Sep 26, 2022

@Willaiem
Copy link
Contributor Author

Willaiem commented Oct 4, 2022

Traversy Media - 5 Pro-Level React Do's & Don'ts with Jack Herrington
https://www.youtube.com/watch?v=4FhJkX18fS8 - pretty good video, this can be added to the "Principles for React" section

Jack Herrington - UseState: Asynchronous or what?
https://www.youtube.com/watch?v=RAJD4KpX8LA - pretty good video, this can be added to the "Principles for React" section

(verified)

@goodideagiver
Copy link
Collaborator

goodideagiver commented Oct 5, 2022

Verified

What is use memo and use callback - dev.to added

Use memo

https://youtu.be/THL1OPn72vo added

Use callback

https://youtu.be/_AyFP5s69N4 added

@goodideagiver
Copy link
Collaborator

Materials to find:

How react hooks and react work under the hood

@goodideagiver
Copy link
Collaborator

goodideagiver commented Oct 11, 2022

Beta react docs: https://beta.reactjs.org/ added

@goodideagiver
Copy link
Collaborator

goodideagiver commented Oct 12, 2022

https://usehooks.com/ @Willaiem verified?
added

@Willaiem
Copy link
Contributor Author

https://usehooks.com/ @Willaiem verified?

Yes, you can add it.

@Willaiem
Copy link
Contributor Author

need to find a good free react video tutorial

@Willaiem
Copy link
Contributor Author

Willaiem commented Oct 12, 2022

Użycie three.js w React wraz z biblioteką react-three-fiber
https://www.youtube.com/watch?v=fdtqqyeKRJk
https://www.youtube.com/watch?v=Qs9A3XIjbg4
the library had some breaking changes, this video shows the deprecated way.

@Willaiem
Copy link
Contributor Author

(verified)
PedroTech - Animations In React - Framer-Motion Tutorial - https://www.youtube.com/watch?v=GOuwOI-WSkE

@Willaiem
Copy link
Contributor Author

Beta react docs: https://beta.reactjs.org/

already added

@goodideagiver
Copy link
Collaborator

#33 (comment)

added

@Willaiem
Copy link
Contributor Author

Willaiem commented Oct 13, 2022

Michał Taszycki - Legacy React - czyli jak zrobić refactoring i nie stracić pracy! - https://www.youtube.com/watch?v=92fvMwBrHGA - this is decent lecture, can be added.

@Willaiem Willaiem added the ✨ All verified ✨ Materials listed in this issue are all ready to be added to the project label Oct 16, 2022
@Willaiem
Copy link
Contributor Author

Willaiem commented Oct 16, 2022

All the verified materials are added. Soon, the branch with the newly added materials will be merged.

@Willaiem Willaiem removed the 🚧 not verified yet 🚧 Materials that are not suited to add yet because they need verification label Oct 16, 2022
goodideagiver added a commit that referenced this issue Oct 16, 2022
@goodideagiver
Copy link
Collaborator

@Willaiem all added in #126 ?

@Willaiem
Copy link
Contributor Author

Yes, let's close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ All verified ✨ Materials listed in this issue are all ready to be added to the project new docs This content will be added in next PR
Projects
None yet
Development

No branches or pull requests

3 participants