Posts

Introduction To Application Frameworks

What is an Application framework? Simple answer is Frame-to-work. Framework defines the structure of the application and it gives us guidelines. Is it a must to use an application framework? Not actually. But, For example, If we code in Vanilla javascript which the same thing that we code in React js, it will be time-consuming and more stressful work. We all know developing software application is hard. Furthermore developing industrial software application is harder. The software application has to interact with inputs, outputs, operating system, hardware and many more. When coming to the modern software applications, they are mostly GUI based software. GUI application development is more complex work. Then Frameworks come to the stage. It makes the development easier. And we use these frameworks most of the time into Web Application development. So it is better to say Application Frameworks rather than saying Software Frameworks. We can mainly identify two types