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