Recursively export file pattern in Javascript ES6 application
Group project structure into multiple namespaces using re-export statement feature of Javascript ES6
Different ways to test React Application
Tests make your code with more confident. Here is the Unit test using component react-testing-library, react-testing-hook-library and Cypress
HOC, RenderProps and Hook in React.js
HOC, Render-props, hook are different techniques to create reusable or composable logic in React.js.
Split and reuse code in React Application
Simple code reuse with React Hooks and High Order Component. The way I solved repetitive pieces of code in the react application
Fundamental End to End Frontend Testing with CyPress
What is Cypress? Here is the autocomplete textbox testing using Cypress.
Setup React Project with Webpack and Babel
How to create simple webpack config to run React app. After that, you will be able to create your own react webpack config and tweak it as you like
Remove Unused CSS Styles from Bootstrap using PurgeCSS
Put your big fat CSS on a diet