Frontend development can be easier! Learn how Svelte and SvelteKit combine to make it easy to build a blazing-fast, SEO-optimized web app.
Tag: svelte
Learn how to take your first steps with Svelte, a relatively new JavaScript frontend framework for developing websites and web apps.
Need to consume and render data from an API in a Svelte application? Learn how to consume a REST API using the Fetch API vs the Axios client.
Push notifications reach more users than emails do. Learn how to build a GitHub tracker that sends push notifications of new issues and PRs.
Learn about the features, the pros and the cons of the five most popular JavaScript front-end frameworks, and how to choose the one that's right for you.
Snowpack, webpack and Parcel bundle your JS but are hard to custom configure. Rollup.js is faster and more configurable. Learn how to set it up!
Meet Svelte 3, a radical JavaScript framework. With its compiler-based approach, it's not for everybody - but it's worth considering.
Start new projects faster with the right scaffolding. These ten libraries and frameworks excel at helping you bootstrap your next web project in no time.
Akshay Kadam shows how to build a complete Tic Tac Toe game using Svelte, a radical new compiler that can be used to create blazing-fast web apps.
Ahmed Bouchefra shows how to build a simple news app using Svelte, explaining what Svelte is and how to create a Svelte project using the degit tool from npm.