I installed chrome react developers tool, which I have been using for some days now. It's very handy one can see the React components name's through the chrome react tool. I have been wondering why for some of my components, the chrome developer tool transforms the name of the components as 'StatelessComponent'. It would be nice to have the real component's name there, instead of 'StatelessComponent'.
I wonder why it shows it like that? I did read something about using stateless components in react is a good practice, but I'm not sure if that is wanted in my case. Can anyone explain why does chrome react tools transform the name to StatelessComponents? There must be an important reason for it.