jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Classify name of Class in Python Template (as this will be done with … #55

Closed JulianFeinauer closed 3 years ago

JulianFeinauer commented 3 years ago

…the Reflex Class name if its read from js during runtime).

Type of PR (feature, enhancement, bug fix, etc.)

bugifx

Description

Classify method is added during code generation.

Fixes #54

Why should this be added

Well.. its a fix.

JulianFeinauer commented 3 years ago

@jonathan-s I had to do some minor tweaks that all generated stuff is in-sync (controller, view, js code). I introduced two variables now, reflex_name and class_name (which is the classified version). Please have a look if you feel good with the conventions i use now everywhere.

jonathan-s commented 3 years ago

@JulianFeinauer 🎉