Remove category webpack
article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

Defining The Environment Choosing a framework, baseline performance cost, Webpack, dependencies, CDN, front-end architecture, CSR, SSR, CSR + SSR, static rendering, prerendering, PRPL pattern. Stick to your environment for building, be it Grunt, Gulp, Webpack, Parcel, or a combination of tools. Watch out for the Webpack Roadmap 2021.

article thumbnail

Powerful Image Optimization Tools

Smashing Magazine

These don’t necessarily fall under the above categories, but they might fit one of your specific use cases. Other Tools. You might want to check out other tools and resources for image optimization.

Media 134
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

20+ Powerful React libraries you should explore in 2022

Enprowess

The Create React App tool is more appropriate for simple web apps as it has underlays of EsLint , Webpack Babel, etc. Ant Design is a consolidated development framework of Webpack, DVA, NPM, Dora, and Babel. React-Fabric is secured by extensively used frontend languages modules like Webpack, CSS (SASS), and ES6+. 23) Redux.

article thumbnail

Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers

Smashing Magazine

Now that we’ve defined all of the required plugin configurations, we can put together a webpack configuration that reads these and outputs two separate builds in dist/modern and dist/legacy folders. Wouldn’t it be nice if we could use the same configuration to determine which category the user falls into? Tools We’ll Need.

Code 58
article thumbnail

The Performance Inequality Gap, 2021

Alex Russell

We can think about each category in terms of years behind contemporary iPhone releases: 2020's high-end Androids sport the single-core performance of an iPhone 8, a phone released in Q3'17. This is expensive, gruelling work in the Webpack mines; not all the "developer experience" folks signed up for. ??. How bad is it?

article thumbnail

Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study)

Smashing Magazine

The webpack bundle analyzer shows you the size of the packages in your bundle ( Large preview ). Next.js + Webpack Bundle Analyzer ,” Vercel, GitHub. In this case the product detail and category pages. Fortunately, Next.js comes with a bundles analyzer that gives you insight into which code takes up what part of the bundles.

Website 113
article thumbnail

Building Gatsby Themes For WordPress-Powered Websites

Smashing Magazine

Shadowing means that we can override files from the src directory included in the webpack bundle. We need to create routes for WordPress static pages, individual posts, blog archive, category archive, and tags archive. It’s worth underlining that shadowing is possible on the project level (where we consume our themes as packages).

Website 127