Skip to content

Commit 4fa3b66

Browse files
committed
fix
1 parent dc8f348 commit 4fa3b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/blog/2021-04-08-react-to-svelte.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ date: 2021-04-08 20:00:00
77

88
Recently I have rewritten a medium sized app in React (~250 React components) into Svelte. The result of this action is app, which is more efficient, with easier maintenance and much more readable code. But there were some problems, some situations, which are not streightforward to transform into Svelte code. This article describes some of these situations.
99

10+
<!--more-->
11+
1012
This is not tutorial of Svelte for React programmers, if you don't know Svelte yet, the best starting point is official [Svelte tutorial](https://svelte.dev/tutorial/). This article contains lot of links to Svelte tutorials, instead of explaining Svelte principles.
1113

12-
<!--more-->
1314

1415

1516
## CSS

0 commit comments

Comments
 (0)