DEV Community

Singletons in ES6 – The Good, The Bad, The Ugly

Lane Wagner on November 04, 2019

Singletons are fairly controversial as far as I can tell, especially in Javascript programming. Let’s take a look at what they are, when to (mayb...
Collapse
 
yavuztas profile image
Yavuz Tas

A good point of view.

I think it is because of the nature of javascript mostly for all dynamic-typed languages as well. But as long as singletons are stateless they don't harm anybody :)

Collapse
 
starryfire profile image
Kartik Sharma

This is a poorly written blog. I don't understand why Redux is bad?