From 05160523659c100d85802f15e164a0b9358b38b7 Mon Sep 17 00:00:00 2001 From: Bao Nguyen Date: Sun, 25 Feb 2024 00:50:04 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b79a68b..74b43ea 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,6 @@ [![css tailwind](https://badgen.net/badge/css/tailwind/blue)](https://github.com/tailwindlabs/tailwindcss) [![js framework svelte](https://badgen.net/badge/built/svelte/orange)](https://github.com/sveltejs/svelte) -### This project has been discontinued. -Even though I don't enjoy React syntax and its methodology, NextJS by Vercel offers better developer experience than SvelteKit is everyway imaginable: it has better backward compatibility, improved tooling, comprehensive documentation, stabability, seamless functionality ( everything just worked as expected), a rich 3rd libs, less memory consupmtion, etc. - -While it has been an enjoyable experience working on win32.run, the numerous breaking changes in SvelteKit have rendered its codebase incomprehensible to other developers. It will take a complete restructure to make it work with new SvelteKit releases. -I don't see this project contribute in any meaningful way to either developers ultilizing Svelte and those in the process of learning Svelte. - # https://user-images.githubusercontent.com/5462728/218907749-22ddea15-8761-4cf3-b162-e2817c0f9db8.mp4 # @@ -70,3 +64,9 @@ Finally, ```pm2 start build/index.js``` to start win32 at localhost:3000 If you're interested in expanding or customizing win32.run, please have a look at its documentation. [![Please visit docs.win32.run](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://docs.win32.run) + +### This project has been discontinued. +Even though I don't enjoy React syntax and its methodology, NextJS by Vercel offers a better developer experience than SvelteKit in every way imaginable: it has better backward compatibility, improved tooling, comprehensive documentation, stabability, seamless functionality (everything just worked as expected), rich 3rd-party libraries, less memory consumption, etc. + +While it has been an enjoyable experience working on win32.run, the numerous breaking changes in SvelteKit have rendered its codebase incomprehensible to other developers. It will take a complete restructure to make it work with new SvelteKit releases.  +I don't see this project contributing in any meaningful way to either developers utilizing Svelte or those in the process of learning Svelte.