Terms and Conditions

The words in which the initial letter is capitalised have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




What are Application Frameworks?

Since the Introduction of Software Applications, DEV people have identified common architectural patterns( Ex: MVC ), common services, common libraries and common security needs for Software Application Development for each specific environment.

When these environment-specific common reusable features are structured and made configurable for Software Development, we can call that structure as an Application Framework.

Application frameworks help developers to save the time of making a project structure for a specific solution. All they have to do is just expand the framework as they want it. And developers can plan on the architecture efficiently because most of the services are provided by the framework.

Some of those common services are listed down below with examples,

There are different types of frameworks, depending on the purpose and technology.

Currently, I have a good experience with,

It’s time to explain these two frameworks.

Yii2,

React is simply a frontend library( known as a web-framework also ) for building UIs. When building React UIs we have to consider every UI section(or div) as an encapsulated component. Each component has encapsulated states in which we can maintain data. Every React Component ( Class or Function ) returns its UI based on the state of its states.

Below is a sample UI made from React Hooks.

Add a comment

Related posts:

Portrait lightroom presets free

Many people desire to create their pictures look their absolute best. Having the perfect photograph cannot only be a good thing but it can also make somebody feel very special. This is why a lot of…

An honest pregnancy blog

I have been promising this blog to all my girlfriends since some time now. It’s 2.49 AM right now, got up out of hunger, devoured two slices of bread-jam and right now contemplating if I should eat…

Modernizing a jQuery frontend with React

There are lots of articles out there about React, but not so many that share a firsthand experience of modernizing a large scale application from jQuery to React. This series of posts tells the story…