In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "what frameworks and libraries are there in front-end development". The content of the explanation in this article is simple and clear, and it is easy to learn and understand. let's study and learn what frameworks and libraries are there in front-end development.
I. Front-end development
If you only need the reusability of some Web components, a small js library may be your best choice. With the development of the front end, libraries can save programming time and help with code maintenance. Of course, as a full-stack application developer, you can't ignore time management and code scalability.
1. Mustache
You may want to use this framework when dealing with complex projects. Most projects need to load HTML and JavaScript operations on the client side. For example, a fast-growing agent wants to dynamically add new services or portfolio to your application. You may want to try to safely modify DOM, classes, and properties to prevent other components from shifting themselves. The best way is to create an ultra-light DOM library that can be placed in any project or page. This is where the Mustache JS library comes into play.
Because Mustache encourages multiple languages, we don't need a separate templating system on the server side.
2. EJS
When you have to use a lot of JavaScript to output HTML, or when you have to deal with dynamic content, or when providing content related to real-time updates, EJS may be the best choice.
3. HandleBars
If the data you get from the server through REST API is growing fast, or if the data you get from the client is growing fast, use HandleBars.js.
Now, a huge DOM operation is required to implement the change. To easily manage HTML content, you don't need JavaScript code to keep large HTML tags. A good idea is to keep JavaScript and HTML fully separate and use client-side templates because it usually executes faster than server-side templates.
4. Svelte
The longer the code, the more effort it takes to understand the code, and the higher the chance of errors. Any tool that helps add more functionality with less code is a good assistant for experienced developers.
Svelte is a tool and framework for compiling components down in the build step. In this way, you can load each component on a single page to render your application. This means that there is no virtual DOM, no framework on top of the framework, and no additional load at runtime.
Second, server-side rendering
As we all know, "if you have too much JavaScript, your application will load slowly." The situation is even worse when the application receives a large amount of traffic at the same time.
Now, users don't have more time to wait for the application to load for a long time. For similar situations, developers can use server-side solutions. With this concept, JavaScript applications can run on servers rather than browsers.
Technically, these libraries should be implemented in the back-end programming template. In this way, the page is generated on the server side, but all interactions with the page are processed on the client side once loaded.
5. Next.js
Next.js makes things easier. Despite the client-side platform, React applications still have some problems with rendering all the content on the client. One of the outstanding factors related to application quality is that you encounter SEO problems.
Although search engines are becoming more and more capable of running and indexing JavaScript applications, what if they can go further? With Next.js, you can render the React component on the server side before sending the HTML to the client. In addition, the components used by Link to link multiple pages together also support prefetch props, which secretly pre-read page resources.
6. Nuxt.js
If you are a Vue.js developer, you may have discovered Nuxt.js by now. You can use Nuxt.js as a stack for Vue programming. It simplifies the development of general or single-page Vue applications. That's the unique selling point of Nuxt.js-the process of creating generic applications becomes easier. JavaScript code can be executed on both the client side and the server side. Generic applications are related to single-page applications (SPA).
With SPA, a large number of configurations must be done on both the server side and the client side, and Nuxt.js can solve the bottleneck of Vue applications. This seems simple, let the framework do its job of sharing code between the client and the server, and then you focus on the logic of the application.
The architecture of Nuxt.js is as follows:
III. CSS framework and libraries
The purpose of using the CSS framework is to construct the layout smoothly and neatly.
7. Semantic UI
Semantic UI is unique in two ways:-is to get a structured layout, and it uses five descriptive categories to define reusable UI components. If you can manipulate the format of the component in some desired way, you will quickly get real results without having to program to create the component itself.
Another advantage is that it has an advantage not only in naming classes, but also in naming, defining, and describing its components. Second, you will get a variety of off-the-shelf components that do not exist in the contemporary framework. For example, you can get Feed and Comment in the UI Views component, or sidebars and graphics from UI Modules.
8. Bulma
Bulma is a modern CSS framework based on Flexbox.
9. Bootstrap
Bootstrap is a developer focused on mobile priority. When CDN or download library files locally to queue them in HTML files, you can access a large number of pre-written classes and properties. All you have to do is customize them as needed.
IV. Back-end development
A typical example of back-end programming is when you read an article on a blog. Font, color, design and so on constitute the front end of the page. The content of the article is extracted from the server and from the database, which is the back end of the application. As shown in the figure:
10. Django
Django is a high-level Python Web framework that promotes a clean development process and practical design. The following are the basic requirements for getting started:
Python (latest version)
Easy_install and Pip
Git
Virtual environment
Django
Database (SQLite,MySQL,PostgreSQL,MongoDB, etc.)
South (for Django versions prior to 1.7)
Text Editor (Sublime,vim,Komodo,gedit)
Easy_install and pip are Python package managers. These make it easier to install and upgrade Python packages and package dependencies. Get the setup tool through Python Package Index. Find packaged egg (.egg) and install it directly from the file. Then, for versioning, you may need to take advantage of Git.
11. Laravel
Laravel is a PHP-based framework that is expressive and elegant. Using the Laravel server to manage is no longer a headache. Has worked with DigitalOcean,Linode,Vultr and Amazon to help you achieve this goal. All you have to do is submit the Laravel forge.
Features such as Artisan's CLI, support for multiple database systems, and migration capabilities increase the seamlessness of the framework, making it popular among back-end developers. In addition, the packaging system is powerful, with a variety of supporting software or libraries that can help Web applications automate their processes. In this way, you can speed up development to provide fast functionality. Laravel comes with a built-in template engine called Blade Template Engine.
All this makes the Laravel framework available out of the box and suitable for a variety of application development.
12. Android SDK
Technically, it is not a framework, but a complete operating system. It has a storage access framework (SAF) that allows users to easily browse and open documents, files, and other images in all their preferred document storage providers. The SDK contains the following:
Android API: this part forms the core of SDK. The API is a stack of libraries that provide developers with access to the Android stack, the same libraries that create native android applications.
Development tools: SDK takes advantage of a number of development tools to convert Android source code into runnable Android applications. These allow you to compile and debug Android applications.
Android emulator: this simulator has many other skins that allow you to see the appearance and behavior of applications on real devices.
Online support: you can take advantage of Google online forums and get regular updates through input from the Google Android development team.
13. Phoenix
The Phoenix framework, in conjunction with another Web development tool, Elixir, provides the best back-end experience and helps build solutions with high availability, concurrency, and low latency.
Elixir is based on Erlang VM (BEAM), which makes both Elixir and Phoenix very durable. In addition, the grammar does become clear and easy to read. In addition, one of the most exciting parts of Phoenix is that it makes soft real-time communication with millions of connected clients and each other possible. There are chat rooms and API for messages and more.
14. Spring
If you look at the Edureka in the figure below, it shows that Spring has a hierarchical architecture that consists of different modules with their functions.
The best choice for creating Java applications. Hierarchical structures have great advantages in effectively organizing your middle-tier objects. This makes the configuration consistent throughout the application.
First, you must create a Spring Boot that provides a quick way to create Spring-based applications that can be used in production. For execution, all you have to do is build a bean class that displays the final output, generates the XML file, the main class, and loads a small number of jar files. In addition, consider start.spring.io to form a basic project.
15. Rails
Ruby on Rails uses the same framework as many companies such as Twitter,Basecamp,Airbnb,Github. The basics include learning about variables, control flow statements, loops, arrays of data structures, and other classes and object functions.
When you plan to build a Rails application, and when you want to abandon configuration and other tasks, you must perform three main tasks:
Describe the model of the application: this could be a music store, university, address book, or hardware list.
Determine what might happen in this domain: this means making the application dynamic, adding addresses to the address book, and buying sheet music from the music store.
Determine the public availability of the view: this means customizing the page view of the application for the user.
16. Tornado
The Python structure is divided into three parts:
A full-stack framework that provides out-of-the-box functionality for servers and clients.
Microframeworks, which mainly provides server-side support and sometimes client-side support. This allows you to create a Web application using only one Python file.
An asynchronous framework for processing requests asynchronously.
Tornado belongs to the last category of the python framework.
You can use it to create applications such as Router or WebSockets's SocketHandler. This document is so clear that you can use it to build the next full stack of mobile applications.
17. Grails
Grails is a Web framework inspired by Groovy and Java. Developers can deploy this framework to any existing Java Web server, such as Tomcat or Jetty. One of the important things about grails is that it takes an unconventional approach rather than configuration thinking. Compared to using configuration files such as XML files, this allows the application to automatically connect itself according to the naming scheme.
V. Database
18. MongoDB
If you want to be a full-stack developer of MEAN (MongoDB,Express,AngularJS and Node.js), you need to learn a much-needed technique. As an open source cross-platform database, it stores data in key-value pairs. This is like using binary data types in JSON. To make it clear to you, documents in MongoDB are similar to objects in OOPS.
If you want to manage large tables with millions of data, MongoDB is the best choice. With MongoDB, you can use only one library, such as JavaScript, to build the entire application.
19. MySQL/MariaDB
When you create a playlist, you are creating a database. When a photo is taken and uploaded to the website, the gallery is the database on the server of the website. The shopping cart database is being used when browsing e-commerce sites to buy shoes, clothes, etc.
MySQL is a database that allows you to manage relational data. In our e-commerce example, products, categories, and tags are using tables and are related to shopping cart databases and many other items. That is the real-time program of the database.
Thank you for your reading. the above is the content of "what frameworks and libraries are there in front-end development". After the study of this article, I believe you have a deeper understanding of what frameworks and libraries are in front-end development. the specific use also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.