Conversation
- `biome` update to `2.0.4` - `typescript` update to `5.8.3` - Remove all SolidJS dependencies, replace them with React - Replace `zod` with `valibot` since it is lighter - Functional: `@tanstack/react-store`, `dexie`, `sonner`, `react-textarea-autosize` - Tailwind: `tailwind-merge`, `clsx`
Prevents flash of unwanted content (FOUC) by loading the `<script>` that ensures the theme is set initially. In addition, TailwindCSS is loaded via HTML, after the FOUC-preventer is called.
- Since we're no longer using React Router and `localStorage`, the implementation details part of the tests change slightly - Ensured that no breaking changes are made during the process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rejuvenated Speednote after a long time of its absence ever since February 17 (https://github.com/lauslim12/speednote/releases/tag/v3.1.6)!
What's changed:
appfolder instead ofsrc, following the convention of React Router 7 even though we don't need itnot-foundpage, I think it's not necessary, just render it as a normal PWA SPA@tanstack/react-store, a lightweight global store, so that it would be easier to maintain and would be performant as well (render cycles)lodash.debounce, it's a learning opportunity as well for me to deep dive into it (managed to roll out a decent debounce implementation with various methods:debouncedFn,flush, andcancel)Regarding Indexed DB, same as #26, it will cause data loss for those with the old data / notes. I deeply apologize for the inconveniences if anyone is using this application. As part of my responsibility, please create an issue if you encounter this problem, and I will tell you about how to migrate your data to the newer version.