Note: Active maintenance for Recompose has been discontinued since the announcement for React hooks. Your existing code using Recompose will still work. Recompose is not compatible with RxJS version 6 and beyond. You can read more about the decision here.
Loading data and handling events almost always introduces layers of complexity into React apps. Recompose and RxJS solve your async problems by using Streams to output components. This course walks you through combining the powers of React and RxJS to stream data into JSX with streaming patterns and pure React components.
Really powerful steaming! I would like to try it!
I got very interested on this topic after watching the videos, I have used event streams before but I still feel I could use them more often in my projects, and this looks like an awesome example of that. Even though I think it's a bit too quick for an introduction, which is my case, it's still clear enough as a starting point so you can start researching on your own, I really enjoyed it, thank you!
It would be very helpful to understand the "Why" or "When" to use Recompose vs Redux-Thunk for example
I wamt to contribute to an open-source application that uses rxjs and react, so this is a great course to get into that, so I can hopefully be of use in that regard. Thanks!
Very to the point, and introduces some great concepts.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.