DEV Community

Alejandro Ñáñez Ortiz
Alejandro Ñáñez Ortiz

Posted on

4

Learning RxJS by creating a Datepicker in Typescript

I was always super curious about RxJS and I found it to be super difficult to grasp or to build something more real than console logging a click event or a timer.
That's why I decided to start a small/toy project that uses RxJS + Vanilla JS (Typescript) that does more than just a console.log after a click.
As I said, this is a small project but I tried my best to make it work, it has some nice unit tests written using Jest and some .ts specific stuff (I'm learning Typescript too). The project also has a ToDo list with things some things to address.

That being said, feel free take a look and hopefully it helps you to get a better understanding about how to build something with RxJS.

Date Picker Repo

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay