문제

In framworks for developing app whether it be a joomla or react or angular i see app class. What does it mean. Like if there is some user class, or some input class or that make sense for some purpose we are creating these. what about app class for what purpose one creats app class. thank you

도움이 되었습니까?

해결책

It is usually simply is the top level element/component or the entry point of your application. It got common practice to name it App but essentially there is no need to do that. The name can be something of your choice.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 softwareengineering.stackexchange
scroll top