<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/jsPlainEnglish/best-of/2022/01" -->

---
title: Best JavaScript in Plain English posts — January 2022
description: The most upvoted JavaScript in Plain English posts from January 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/jsPlainEnglish/best-of/2022/01
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/jsPlainEnglish/best-of/2022/01
og:type: website
og:site_name: daily.dev
og:title: Best JavaScript in Plain English posts — January 2022 | daily.dev
og:description: The most upvoted JavaScript in Plain English posts from January 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of JavaScript in Plain English — January 2022

1. 1  
[](https://daily.dev/posts/time-to-say-goodbye-to-webpack--enrnnxxhl "Time to Say Goodbye to Webpack?")  
Article  
![Avatar of jsPlainEnglish](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)JavaScript in Plain English · 5y  
Time to Say Goodbye to Webpack?  
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its plugin API and JavaScript API with full typing support.  
191  
9
2. 2  
[](https://daily.dev/posts/how-to-use-javascript-arrays-like-a-pro-pquikmb9w "How to Use JavaScript Arrays Like a Pro")  
Article  
![Avatar of jsPlainEnglish](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)JavaScript in Plain English · 5y  
How to Use JavaScript Arrays Like a Pro  
Modern ways of using arrays and doing operations with arrays. These methdos are far more convenient and will help you in writing code with less lines. Let’s explore the methods of doing these with examples. Using these modern ways will make our life easier. The code will be easy to modify, debug, read and handle.  
34  
2
3. 3  
[](https://daily.dev/posts/top-software-development-tools-frameworks-and-libraries-to-rule-in-2022-oiwwhthso "Top Software Development Tools, Frameworks and Libraries To Rule In 2022")  
Article  
![Avatar of jsPlainEnglish](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)JavaScript in Plain English · 5y  
Top Software Development Tools, Frameworks and Libraries To Rule In 2022  
Top Software Development Tools, Frameworks and Libraries To Rule In 2022 Know the most popular software development tools for Agile development and the top frameworks and libraries for software development in 2022\. Today, mobile apps have become an integral part of everyone’s life. While there are numerous possibilities to build a successful mobile app, there are a handful of options that are here to stay.  
25  
1
4. 4  
[](https://daily.dev/posts/code-splitting-in-react-all-you-need-to-know-qzlzajakp "Code Splitting in React — All You Need to Know")  
Article  
![Avatar of jsPlainEnglish](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)JavaScript in Plain English · 5y  
Code Splitting in React — All You Need to Know  
Code splitting allows you to strategically omit certain dependencies from bundles, then insert them only where they are needed. The dynamic import syntax works for both static site generation and server-side rendering. Code splitting can be a bit tricky, so choose places that will split bundles evenly but won’t disrupt the user experience.  
21  
1

[See all JavaScript in Plain English archives](/sources/jsPlainEnglish/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/jsPlainEnglish/best-of/2022/01#page","url":"https://daily.dev/sources/jsPlainEnglish/best-of/2022/01","name":"Best JavaScript in Plain English Posts — January 2022","description":"The most upvoted JavaScript in Plain English posts from January 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/jsPlainEnglish/best-of/2022/01#items","numberOfItems":4,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/time-to-say-goodbye-to-webpack--enrnnxxhl","name":"Time to Say Goodbye to Webpack?"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/how-to-use-javascript-arrays-like-a-pro-pquikmb9w","name":"How to Use JavaScript Arrays Like a Pro"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/top-software-development-tools-frameworks-and-libraries-to-rule-in-2022-oiwwhthso","name":"Top Software Development Tools, Frameworks and Libraries To Rule In 2022"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/code-splitting-in-react-all-you-need-to-know-qzlzajakp","name":"Code Splitting in React — All You Need to Know"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"JavaScript in Plain English","item":"https://daily.dev/sources/jsPlainEnglish"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/jsPlainEnglish/best-of"},{"@type":"ListItem","position":5,"name":"January 2022"}]}]}
```

