Share some GitHub libraries worthy of collection by front-end developers
It’s always nice to have a ton of resources on hand.
As a coder, we need to focus on functionality and best practices instead of writing boilerplate code over and over again. Eliminating wasted effort and investing time in learning to use the right tools or knowing how to use useful resources can greatly help us save time.
Through this article, we will learn about some GitHub
libraries that can greatly help us improve our WEB
development skills. These libraries will also help you write more Good code.
Node.js Best Practices
This library is a great place to keep you informedNode
world and learn about best practices when using it. With 40k
Stars and 133 contributors, this library is updated almost daily.
This library summarizes and organizes the best practices of higher-ranked Node.js
, including Node.js Docker
best practices. Currently has more than 80 best practices, style guides and structural recommendations.
Some common best practices include:
- Better organization of projects
- Error handling practices
- Coding style practices
- Testing and overall quality practice
- Carry out production practice, etc.
Click to jump to the warehouse
HTML5 Boilerplate
HTML5 Boilerplate
is a professional front-end template for building fast, robust and adaptable Web
Application or website.
This project is the product of years of iterative development and community knowledge. It doesn't impose a specific development philosophy or framework, so you have the freedom to build your code the way you want.
Includes predefined functions like:
- Normalize.css
- jQuery with CDN
- Apache Server Configs
- Useful
CSS
Helper classes - Default styles, performance optimization, etc.
Copy and paste the required files according to what you want to use and how to use it. Just go into your project directory. This gives you a configured template, speeding up development.
Click to jump to the warehouse
RealWorld
CLI locally, etc., It takes so much experience that it's frustrating.
RealWorld allows you to choose any frontend (
React,
Angular2, etc.) and any backend (
Node,
Django etc.) and integrate them together to see real examples of applications.
- Angular ngrx nx
- ClojureScript re-frame
- React / MobX
- Go Gin
- NestJS TypeORM/Prisma
Click to jumpto the warehouse
You Don't Know JS Yet##This is a series of books that delve into the core mechanics of the
language. All books are free and you can read them online at any time.
The author's recommended reading order is:
- Get Started
- Scope & Closures
- Objects & Classes (not started yet)
- Types & Grammar (Not started yet)
- Sync & Async (Not started yet)
- ES.Next & Beyond (Not started yet)
Click to jumpto the warehouse
Airbnb JavaScript Guide
Airbnb Very precise and professional style guide provided.
JavaScript from the ground up by diving into the basics and code snippets.
- Arrow Functions
- Variable Hoisting
- Destructuring
- Comments
- Performance
- Test
Click to jump to the warehouse
StorybookStorybook is a development environment for
UI components. It allows you to browse the component library, view the different states of each component, and interact Develop and test components locally.
Storybook Runs outside of
app, which allows you to develop
UI components independently, improving component reusability, testability and development speed . You can build quickly without having to worry about application-specific dependencies.
CLI and some code examples for you to get familiar with
Storybook.
Click to jump to the warehouse
Front-End-Checklist is an exhaustive A list of all the elements that need to be in place or tested before a website or HTML
page is put into use. It is a warehouse developed based on the front-end
, paying more attention to performance, security and SEO
. All items in
are required for most projects, but some elements can be omitted. Includes:
- Online tools/testing tools
- Media or video content
Go to the repositoryInspiration and Resources
This post is inspired by
Tech Sapienand all his amazing work . The pictures in the library are also taken from the same place. Summary
All the libraries mentioned above are not the only resources available, I'm sure there are tons of amazing projects out there. These are some of the resources that I have found useful and that I am often immersed in myself.
Don’t forget to give these library points
Star. To thank all the wonderful contributors for creating such a useful resource for us
Original in English Address: https://dev.to/sayanide/best-github-repos-for-web-developers-9idGit TutorialIf there are any mistakes in translation, please correct me. I hope you can correct me. Helps.
Tutorial recommendation: "
The above is the detailed content of Share some GitHub libraries worthy of collection by front-end developers. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics










![[Summary] Some reasons and solutions that may cause GitHub to not open](https://img.php.cn/upload/article/000/000/068/64213a7378eaa534.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
GitHub is a very popular version control and code hosting platform. However, sometimes we may encounter the problem of being unable to access GitHub. This is because GitHub is a global platform and is affected by factors such as geographical location, network conditions, and website settings. This article will introduce some possible reasons why GitHub cannot be opened, as well as methods to solve these problems.

GitHub is a very popular version control system that allows users to store and share their code bases on the Internet. It is one of the must-have tools for programmers. However, sometimes we may need to delete a folder in the GitHub repository. This article will introduce how to delete a folder in the GitHub repository.

GitHubCopilot is the next level for coders, with an AI-based model that successfully predicts and autocompletes your code. However, you might be wondering how to get this AI genius on your device so that your coding becomes even easier! However, using GitHub isn't exactly easy, and the initial setup process is a tricky one. Therefore, we created this step-by-step tutorial on how to install and implement GitHub Copilot in VSCode on Windows 11, 10. How to install GitHubCopilot on Windows There are several steps to this process. So, follow the steps below now. Step 1 – You must have the latest version of Visual Studio installed on your computer

This article is about learning Gitlab, talking about how to set up a protected branch and submit a PR to your leader. I hope it will be helpful to everyone!

In modern software development, GitHub is one of the most popular project hosting platforms. It provides developers with a convenient platform for storing and managing their open source projects. An interesting feature of GitHub is converting project links into QR codes. This article will introduce you how to convert your GitHub project into a QR code.

In the current Internet era, everyone needs a personal homepage to display their works and personal information. GitHub is one of the most popular code hosting platforms, and it can also be used as a tool for building a personal homepage. This article will introduce how to create a beautiful personal homepage on GitHub and showcase your works and personal information.

Git is a fast, reliable, and adaptable distributed version control system. It is designed to support distributed, non-linear workflows, making it ideal for software development teams of all sizes. Each Git working directory is an independent repository with a complete history of all changes and the ability to track versions even without network access or a central server. GitHub is a Git repository hosted on the cloud that provides all the features of distributed revision control. GitHub is a Git repository hosted on the cloud. Unlike Git which is a CLI tool, GitHub has a web-based graphical user interface. It is used for version control, which involves collaborating with other developers and tracking changes to scripts and

Github is currently the largest open source community in the world. Many programmers will host their code on Github to take advantage of its convenient version control and collaboration functions. However, the project on Github is just code, and deploying it to the server for running requires some extra work. This article will introduce you to the specific steps.
