No Image

eslint, husky, audit-ci – Configuration

October 13, 2021 hung-nb 0

Setup eslint React Native Setup eslint-plugin-react-native Create .eslintrc.json Basic How to completely uninstall eslint? How to resolve path to module ‘@components/some-module’.(import/no-unresolved) eslint-import-resolver-typescript Install packages Fix […]

No Image

React – How to use react-query?

July 27, 2021 hung-nb 0

How to install & configure Add devtools By default, React Query Devtools are not included in production bundles when process.env.NODE_ENV === ‘production’, so you don’t need […]

No Image

CSS – Tailwind (1)

July 16, 2021 hung-nb 0

tailwind-cheat-sheet Setup 1 Install taiwind css package Create configuration file Install postcss & autoprefixer & postcss-import Create configuration file “postcss.config.js” Configure Webpack for css file […]