摘要:
For example, in React application, we have initial state; We have a toggle button, which everytime, it is toggle 'ui.filterGroups.status' to true/fals 阅读全文
摘要:
For example we have a component, it needs to call 'react-redux' connect function. For the hightlighted part, there can be many possible reason for it 阅读全文
摘要:
When we develop the Angular app inside Docker container, we can simulate Production envioment by build Angualr App instead of using 'ng serve': '--del 阅读全文
摘要:
First of all, install Prettier extension: "Pettier - Code formatter". The open the VSCode setting: Search for "format": and enable "Format On Save" Ad 阅读全文
摘要:
All the tagged function really does is give us a function to fill the given named properties on an object. taggedSum is a combination of multi Typed c 阅读全文
摘要:
For some React component testing, we have common setup in each test file: We want to setup a common place for JEST to load those scripts: Then for com 阅读全文