solid-toast
solid-toast copied to clipboard
Customizable Toast Notifications for SolidJS
There are multiple combinations of ways to use/configure solid-toast. We need to add tests to make sure the configuration follows the correct hierarchy and manages edge cases correctly.
Hey, I couldn't find the source code of the https://www.solid-toast.com/ otherwise I'd have sent a PR. But just letting you know that the GitHub button doesn't work. Great work on...
Bumps [solid-js](https://github.com/solidjs/solid) from 1.5.4 to 1.5.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 18.11.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 5.3.1 to 6.0.0. Changelog Sourced from @rollup/plugin-babel's changelog. v6.0.0 2022-10-08 Breaking Changes fix: prepare for Rollup 3 #1303 Commits 7c6f519 feat(babel): add typings (#462) e548fdd docs(babel): add...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...
Is it possible to lazy load this package? My use case is that most users will never see a toast, so I don’t want them to pay the price of...

`Solid-toast` creates a store in global scope which is literally just a global variable that's created only once on the server and being shared across all the clients afterwards: https://github.com/ardeora/solid-toast/blob/9d2ce4f76c83ebe5d64602cf8164f60556615b68/src/core/store.ts#L4...