There seem several subdirectories related to frontend development:
- frontend
- websocket_api
- http
- lovelace
- ā¦?
Sofar I have some experiences with frontend programming in MVC principle. After reading the source codes in the above listed components, I get lost with the structure. It seems like:
- websocket_ap <-> backend
- http, lovelace and frontend <-> frontend and views
Could you provide me some hints to understand the architecture of the project concerning frontend part?
How is a panel converted into html rendering?
Thanks alot in advance!