📜 ⬆️ ⬇️

10 useful frameworks that a developer needs to know

image

The constant creation and development of dynamic cross-browser websites and applications requires going beyond standard techniques. Fortunately, there are several frameworks in the network that give everything developers need so that they increase the efficiency of their work and their developments. The main thing is that frameworks offer flexible solutions and opportunities to save valuable time.

1) UIkit


getuikit.com
')
99% of usability problems arise from the slow response of web interfaces. It is very important to create fast interfaces. UIKit is useful for this. It is lightweight, modular, and ideal for developing frontend. Provides a rich set of HTML, JavaScript and CSS components.

2) Reveal.js


lab.hakim.se/reveal-js/#

Would you like to create nice presentations in HTML? Want to add movement, transitions between slides? This can be done with Reveal.js. It helps to create presentations that are optimized for touch devices that look nice everywhere. There is a selection of transition effects - Fade, Zoom and so on.

3) TouchStone.js


touchstonejs.io

For those who want to develop beautiful hybrid mobile applications. Touchstone.js works on the basis of React.js, and has features such as native behavior for touch screens, navigation functions, form components, and more.

4) Skel.js


getskel.com

A lightweight framework that helps create websites and applications with responsive design. Contains a rich set of features. What he can do:



5) Foundation


foundation.zurb.com

Another good frontend framework favored by many responsive design developers. This framework helps to develop websites quickly. It has many features — responsive mesh, snippets, buttons, and other interface components. This is an open source project available on Github.

6) Whiteboard Framework


whiteboardframework.com

Allows you to create a WordPress Theme. The minimalist design makes it simple and easy to make a theme without unnecessary features. Includes code that optimizes theme usability, mobile support and SEO.

7) Mootor


mootor.voolks.com

An HTML5-based framework for developing minimalist mobile app design.

8) Knockout


knockoutjs.com

An ideal framework for developers creating a simplified interface using JS based on the Model View View (MVVM) pattern. The library is on pure JS, working in conjunction with any server or client technology and in any modern browser.

9) Base


matthewhartman.imtqy.com/base

Responsive framework based on Normalize.css. Works with old and modern browsers. Contains only the most necessary to create a theme from scratch for any device.

10) WordPress Plugin Boilerplate 3.0


github.com/DevinVinson/WordPress-Plugin-Boilerplate

In the third version of the framework, which was almost completely redone, there is an improved structure for developing high-quality WordPress plugins. To facilitate the work, all functions include explanatory comments. The latest version has classes for everything - plug-in activation, deactivation, internationalization, and so on.

Source: https://habr.com/ru/post/256585/


All Articles