[HN Gopher] What's new in Svelte: November 2022
___________________________________________________________________
What's new in Svelte: November 2022
Author : metonym
Score : 38 points
Date : 2022-11-09 19:58 UTC (3 hours ago)
(HTM) web link (svelte.dev)
(TXT) w3m dump (svelte.dev)
| sergiotapia wrote:
| The performance of their first showcase site is extremely slow.
| Svelte's fault? Even if the API is slow behind it, why would it
| block the rendering of some content? https://www.attendzen.io/
| psytrx wrote:
| It is pretty fast for me in central Europe. Maybe it's latency?
| [deleted]
| com2kid wrote:
| My personal story with Svelte:
|
| I was able to write an internal website, very input form heavy,
| in about 4 days, having never used Svelte before. I estimate the
| same work would have taken me a minimum of 2-3 weeks using React
| + Redux. FWIW I've written tens of thousands of lines of React.
|
| Svelte's state management is so simple to use, if you are writing
| some sort of CRUD app, use Svelte, not React.
| emadabdulrahim wrote:
| Does any body uses Redux these days? For forms, native FormData
| api covers most of the use cases without the need to manage any
| state. And for more advanced use cases, React Hook Form is the
| best https://react-hook-form.com/.
|
| For other types of state management, use:
|
| - react-query: Server cache (api requests and cache results,
| mutations, etc)
|
| - Zustand of Zotai for actual application state management
| (only if necessary)
___________________________________________________________________
(page generated 2022-11-09 23:02 UTC)