Home  >  Article  >  Web Front-end  >  7 web frameworks built specifically for HTML5 developers

7 web frameworks built specifically for HTML5 developers

怪我咯
怪我咯Original
2017-04-05 15:46:171636browse

When the HTML5 specification is developed, it will become mainstream. According to statistics, in 2013, there will be 1 billion mobile browsers supporting HTML5 around the world, and the number of HTML Web developers will reach 2 million. There is no doubt that HTML5 will become the dominant player in the mobile Internet field in the next 5-10 years.

There is no doubt that HTML5 has transformed our percieve online websites, applications and content. It is so advanced that many browsers are expected to use the latest features of HTML5, but this takes a long time to plan and implement. If you have previous experience with web-related scripting, learning HTML5 may not be very difficult.

However, it is very difficult to find the perfect HTML5 web framework. Today, the editor will recommend several web frameworks that are widely used. I hope it will be of some help to all HTML5 developers. Let’s take a look!

Ionic

7 web frameworks built specifically for HTML5 developers

## Ionic is a front-end framework that helps developers create native applications using HTML5, CSS3 and JavaScript. With it, developers can use HTML5 to create a native application feel.

Native applications usually run faster and more smoothly, and provide users with a better experience. However, web designers/developers have also been looking for a tool to bring the experience of native applications to web technology. Ionic is a front-end framework!

 Modernizr

7 web frameworks built specifically for HTML5 developers

Modernizr is an open source JS library that enables browser-based programming based on differences in visitor browsers (referring to differences in support for new standards). The job of designers developing different levels of experience becomes easier. It allows designers to take full advantage of the features of HTML5 and CSS3 for development in browsers that support HTML5 and CSS3, without sacrificing the control of other browsers that do not support these new technologies.

Modernizr is developed based on the theory of progressive enhancement, so it supports and encourages developers to create their websites layer by layer. Everything starts with an empty foundation with Javascript applied, and enhanced application layers are added one after another. Because you use Modernizr, you can easily know what the browser supports.

Initializr

7 web frameworks built specifically for HTML5 developers## Initializr is an HTML5 template generator that helps users quickly start new projects based on HTML5 template files. It can generate customized and clean stencil. Developers can choose features, sample libraries, and anything else that should be included. You can generate a template in less than 2 minutes.

Sencha

## Sencha is a rare HTML5 framework that can attract huge investments. It is mainly used to improve the touch experience of mainstream mobile devices on browsers. operations to enhance user experience. The framework is based on the prestigious Ext JS client framework and supports the latest HTML5 and CSS3 standards, making it compatible with popular Apple iOS and Andriod devices. 7 web frameworks built specifically for HTML5 developers

MontageJS

MontageJS is a modern, complete HTML5 framework designed to create single-page applications. MontageJS helps you build highly scalable and maintainable HTML5 applications. With MontageJS, developers can create reusable user interface components and modules, bind properties between components and controllers, and synchronize DOM queries and updates to ensure a smooth user experience. 7 web frameworks built specifically for HTML5 developers

SproutCore

SproutCore is an open source framework for innovative web-based user experience. It's incredibly fast, which means shorter page rendering times. While leveraging the latest web technologies and specifications, it has excellent accessibility. At the same time, Sproutcore provides a large number of high-performance applications including MobileMe, etc., and has multiple UI frameworks, standard MVC architecture and complete and friendly documentation. 7 web frameworks built specifically for HTML5 developers

Brunch

 Brunch is a very fast tool for building HTML5. Such a build can also avoid generating configuration files larger than the project itself.

The above is the detailed content of 7 web frameworks built specifically for HTML5 developers. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn