Webpack build produces a bundle (app.js). The bundle contains scripts and styles. In this post, I will show how to analyze the bundle size.

Analyze bundle size

There is a command to produce build statistics in the form of JSON file.

webpack --profile --json > stats.json

There is an online analyse tool to analyze the build statistics. On uploading the JSON file, the analyse tool shows a dashboard.…

Read More

TopTal React community has some really good freelancers. I am an Independent React developer who is different from other developers. It is easy for me to get projects through various channels at rates below $35 /hr. Working at lower billing rates works for me because I reside in India, a country with a lot of poor people and under-developed infrastructure. Any billing rate above $20 /hr is considered good for an Indian software developer.…

Read More

Searchtabular is a npm package that is part of the reactabular family. It has search utilities that can be applied to rows of data before rendering it in a table. Searchtabular has only text filter as part of the package. It does not have filters for date, number or boolean. This is where the searchtabular-antd package comes in. The searchtabular-antd package takes help of antd component library for various UI elements for the filters.…

Read More