TGIt might become an irritating process in adding prettier, vscode settings, eslint to every project. That's why I created a command line utility. @jstb/kickstart Feel free to check it out.Comment路Article路Mar 16, 2025路Automate Code Formatting with Prettier, ESLint, Husky, and lint-staged
TGNpm has system level cache, ~/npm on posix and %LocalAppData%/npm-cache on Windows. If a dependency+version matches, npm pulls the package from this cache, instead of over the internet.Comment路Article路Jul 11, 2024路Why you shouldn't use npm workspaces
TGWould like to try this out.Comment路Article路Dec 14, 2022路馃巹 New year open-source giveaway: $100 Amazon Gift Card + Full Swag Kit
TGHi Simon. We were successfully able to do it with React context, and we kept the store centralized. However, if you're keen on working with Redux, you can have a look at this. https://github.com/microsoft/redux-micro-frontendReply路Article路Jan 20, 2022路Micro Frontends: not a silver bullet