Migrate from react to svelte #97
Labels
enhancement
An existing feature can be enhanced/improved.
optimization
The algo/code can be optimized. A better approach
Go through this : https://docs.obsidian.md/Plugins/Getting+started/Use+Svelte+in+your+plugin.
I got suggestions that, if UI performance is more important than it's important that we should choose svelte over React. Although there are memo functions in React.
Now to migrate from React to svelte, the best idea would be to clone this project into a different vault, install svelte instead of React and then keep converting each Function Component (React.FC) into svelte component.
The text was updated successfully, but these errors were encountered: