Testing a Text Field component integrating Mui’s Text Field with React Hook FormTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 18, 20221Jan 18, 20221
Testing a Generic Save Item Hook with MSW and @mockapi/mswTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 17, 2022Jan 17, 2022
Introducing @mockapi/msw, mock an API server for your entities without writing any code with Mock…Testing (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 14, 2022Jan 14, 2022
Testing a Generic Fetch Item List hook with Mock Service WorkerTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 12, 2022Jan 12, 2022
Testing a HTTP Error Handler Utility HookTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 11, 2022Jan 11, 2022
Testing a HTTP client adaptor hook useClientTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 11, 2022Jan 11, 2022
Testing useDebouncedValue hooksTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 7, 20221Jan 7, 20221
Testing ErrorFallback ComponentThe Subject Under Test(sut): An error fallback component to be passed to ErrorBoundary component from react-error-boundary.Jan 6, 2022Jan 6, 2022
Testing Ag-Grid React’s Custom Cell Renderer ComponentTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 6, 2022Jan 6, 2022
Understanding Unit TestTesting (Series) Understanding Unit Test From The Best Book On The Topic Testing Ag-Grid React’s Custom Cell Renderer Component Testing…Jan 6, 2022Jan 6, 2022
Enable gzip compression on build for a Nrwl/nx React project and configure Nginx server to serve…The bundle size is critical to a web application. Bigger bundle sizes increase the initial response time. Nrwl/nx’s build configuration…Oct 20, 202110Oct 20, 202110
Implement useOrderedFieldArray Hook for forms using React Hook FormBusiness Requirement:May 14, 20212May 14, 20212
Enable Hot Module Replacement(HMR) in Nrwl/Nx React ProjectHMR offer many benefits. Here is a quote from the official webpack website:May 14, 2021May 14, 2021
Fix TinyMCE-React not usable in Material-UI DialogIf you are here, you must have searched why the TinyMCE editor rendered in Material-Ui Dialog doesn’t work as expected. For example…Apr 19, 2021Apr 19, 2021
Create a Master-Detail CRUD workspace schematic for a React Nrwl/Nx projectI am lazy, and I do not want to handcraft master-detail for every entity repeatedly. So I spent some time designing a module with reusable…Mar 22, 2021Mar 22, 2021
Dotnet WebAPI [FromBody] receive null unexpectedly?I promised myself I would write a blog post if I could find out why one of my controllers kept receiving null when I clearly sent a…Mar 22, 2021Mar 22, 2021
Resolve the Microsoft Teams sign-in problem — Error Code signInRestriction:1Today I spent about an hour trying to help one of my friends sign in her account to Microsoft Teams. I cannot believe how bugged is the…Mar 16, 2021Mar 16, 2021
Build an Ag-Grid React Component that Auto Resize Columns To Fit Container WidthAg-Grid is a powerful data table library with tons of features. It requires some learning and doc reading, but I think it is worth it.Mar 15, 202112Mar 15, 202112
Material-ui Dialog Provider — Render modal on-demand and deal with Asynchronous StateTo use Material-ui dialog component, the official way is to add the dialog component to the component where you would open or close it by…Mar 9, 20211Mar 9, 20211
Responsive Wrapper Button Component and thoughts on Angular vs ReactFrom the short time I have used React I found that extending react components are very easy and amazingly neat and powerful.Mar 3, 2021Mar 3, 2021