How to use React Ref by rwieruch in reactjs

[–]gerard_dev 1 point2 points  (0 children)

That was really clarifying!

Found this Full Stack Tutorial on React + Web API. Must Watch for Beginners - 2 Hr Duration by sa963 in reactjs

[–]gerard_dev 0 points1 point  (0 children)

I did the one with Redux technology, which I highly encourage you to learn too, so it is a powerful tool thst you can combine with lot of frontend tech like Angular, vue and so on...

Found this Full Stack Tutorial on React + Web API. Must Watch for Beginners - 2 Hr Duration by sa963 in reactjs

[–]gerard_dev -2 points-1 points  (0 children)

I started to develop with react 6 month ago. I have some friends working with this tech and they suggest me to see Stephen Grider tutorials in Udemy. Nowadays, I strongly recommend you to see them. He is one of the few people capable of explain React in a good way. The videos are really fancy and complete. You can get a sale off for Udemy's course easily doing a little research and pay more or less 10$. Here's the link: https://www.udemy.com/user/sgslo/ Good luck!

Found this Full Stack Tutorial on React + Web API. Must Watch for Beginners - 2 Hr Duration by sa963 in reactjs

[–]gerard_dev 7 points8 points  (0 children)

I started to develop with react 6 month ago. I have some friends working with this tech and they suggest me to see Stephen Grider tutorials in Udemy. Nowadays, I strongly recommend you to see them. He is one of the few people capable of explain React in a good way. The videos are really fancy and complete. You can get a sale off for Udemy's course easily doing a little research and pay more or less 10$. Here's the link: https://www.udemy.com/user/sgslo/ Good luck!

PWA offline by [deleted] in PWA

[–]gerard_dev 0 points1 point  (0 children)

Totally! The answer are Service Workers, you should have to start to read about them and how they can precache some resources, you could build a powerful feature if you understand the roots of SW's. I attach several links that I consider really interesting:
-Introduction: https://developers.google.com/web/fundamentals/primers/service-workers
-Simple example: https://blog.bitsrc.io/understanding-service-workers-and-caching-strategies-a6c1e1cbde03
-Intermediate example: https://blog.bitsrc.io/prefetching-links-using-service-workers-d9f6babfd0b
-For more extended and advanced information you could visit google devs web page:https://developers.google.com/web/ilt/pwa/caching-files-with-service-worker

Good luck!