### Current Situation We currently promote using PascalCase for components, following ReactJS convention. However, this very much goes against PEP8. See original discussion: - https://github.com/idom-team/django-idom/pull/77#discussion_r906653261 ### Proposed Actions Rewrite the docs to promote snake_case usage.