TypeScript completely changed the way we write JS components. It is clear that having a type system is way better than without it. However, there are some cases when you don't need that strict type system as we have in #typescript . Instead, we just want to hack on something and write a plain #javascript