Best of SvelteKit2024

  1. 1
    Article
    Avatar of awegoAwesome Go·2y

    The value of API-First design on side-projects

    API-First design prioritizes the development of APIs before implementing other parts of a software system. It places the API at the center of the development process, facilitating the creation of a well-designed and consistent API that serves as the foundation for the entire application. By using tools like OpenAPI Specification, developers can generate backend and frontend code, ensuring better synchronization and saving time. This method leads to improved development speed, reduced errors, and better API documentation, making it a highly beneficial approach for side projects.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Are Sync Engines The Future of Web Applications?

    The post explores the concept of sync engines as a solution to common challenges in web application development, such as offline functionality, real-time collaboration, and handling multiple tabs or devices. It focuses on Replicache, a library that provides a client-side sync engine, highlighting its features, including handling mutations, optimizing performance, and providing real-time updates. The author shares insights from porting a TodoMVC demo app to SvelteKit, discussing the strengths and weaknesses of both Replicache and SvelteKit. Overall, the post emphasizes the potential of sync engines to improve developer experience and web app reliability.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn SvelteKit in 2 hours

    SvelteKit is a modern JavaScript framework for building highly efficient web applications. It compiles code to vanilla JavaScript at build time. TailwindCSS is a utility-first CSS framework that allows developers to style sites directly within HTML markup. The course on the freeCodeCamp.org YouTube channel teaches how to use SvelteKit and TailwindCSS to build a landing page from scratch, covering setup, design, features, and deployment. Watching the course provides a practical, project-based approach to learning SvelteKit and TailwindCSS.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Build a blog from scratch using Strapi and Sveltekit

    Learn how to create a blog website using Strapi as a CMS and Sveltekit as the frontend framework. This tutorial covers setup and installation of the project.

  5. 5
    Article
    Avatar of svelteSvelte Blog·2y

    What's new in Svelte: June 2024

    Svelte 5 has new features like improved 'bind' functionality, a migration tool, MathML support, the Svelte Inspector, and the '$state.is' rune. The community showcase includes apps, learning resources, and libraries/tools/components built with Svelte.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    create-tauri-ui

    Create modern Tauri desktop apps quickly using Tauri UI Templates. Start with create-tauri-ui or clone the repository. Easily scaffold projects with web technologies and customize with various templates. Features include component-based UI design with shadcn/ui, native window controls, support for dark/light modes, optimized bundle sizes, and cross-platform release support.

  7. 7
    Article
    Avatar of phProduct Hunt·2y

    Just Launch It - Launch your startup now. Before you miss the boat

    A fully-loaded SvelteKit boilerplate to rapidly build and launch your unicorn SaaS, AI or web startup so you can get to market faster.

  8. 8
    Article
    Avatar of svelteSvelte Blog·2y

    What's new in Svelte: February 2024

    SvelteKit has new features such as tree shakeable client router and support for Content Security Policy. Svelte 5 is in preview with bug fixes. Community showcase includes apps & sites built with Svelte and learning resources.

  9. 9
    Article
    Avatar of svelteSvelte Blog·2y

    What's new in Svelte: January 2024

    SvelteKit 2.0 and the improved $state rune have been released with new features. Svelte 5 is currently in preview with updates to the $inspect rune and the $state proxy.

  10. 10
    Article
    Avatar of phProduct Hunt·2y

    SvelteShip - Ship your SvelteKit, Set Sail!

    The author recommends using Supabase for user authentication and setting up a secure database, Stripe for payment processing, and hosting SvelteKit projects on Cloudflare for fast and simple deployment.

  11. 11
    Article
    Avatar of svelteSvelte Blog·2y

    What's new in Svelte: April 2024

    Svelte 5 is in preview and getting closer to release every day. Svelte Summit Spring is coming soon. SvelteKit has new features and bug fixes.