Random Link ¯\_(ツ)_/¯ | ||
Jun 22, 2024 | » | Testing in a Monorepo
7 min; updated Jun 22, 2024
Testing Web Components While any test framework can work, it’s better to test web components in a browser environment because that’s where they’ll be used. Node-based frameworks would require too much shimming of DOM calls that’d make the tests unrepresentative. and are good options for browser-based testing. is powered by ES-build, and so is the client-side of the app; let’s go down this path and see where it leads.... |
Apr 18, 2024 | » | Using Web Components
(7 items)
Wiki Page; App Layout; Browse Page; The Cards Manager; Reusable Cards; Home Page; Of Stale UI and Re-renders; |