Gallery with Rx.js
Hi there! If youโre reading this I know youโve already built some web applications and it went pretty well! You know how to store and display data. You know how to react to user events and communicate with servers. Even styling your applications gets easier every time you do it!
Today weโll dig deeper into managing user and server interaction. With Rx.js youโll take control of time in your application. Youโll create Observables to easily merge, filter, and synchronize events happening in your application. Letโs go!
By the end of that tutorial you will have the working photo gallery which allows you to upload your own photos and categorize them. The preview of final app is available here.
PS. You may want to check RxJS documentation from time to time. Go for https://rxjs.dev/api. https://rxmarbles.com may also be useful. Also library called Ramda is used here few times. In need of explanation go here: https://ramdajs.com/docs/
Last updated