並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 193件

新着順 人気順

svelteの検索結果121 - 160 件 / 193件

  • すぐに使えるSvelteハンドブック - Qiita

    はじめに 今後爆発的人気になるかもしれないし、ならないかもしれないSvelteの基本的な記述のやり方についてまとめてみました。 フロント開発に関わっている方や、フロント開発を勉強中の方に読んでいただけたらと思います。 ※ReactやVueでの開発経験があったほうが、よりわかりやすい内容となっています。 注意 この記事はSvelteの基本的な記述のみをまとめているため、Svelteの概要や、アニメーションの使い方などは割愛していますのでご了承ください。 「やりたいことから」リンク集 ■基本情報 プロジェクト作成 HTML、CSS、JSの記述 ■データ reactive値を扱う 再計算、再実行させる ■コンポーネント コンポーネントの作成、呼び出し(通常、slot) propsを扱う ■イベント DOMイベントと関数を紐づける コンポーネントからイベントを発信させる ■ロジック 表示を分岐させ

      すぐに使えるSvelteハンドブック - Qiita
    • Introduction to Svelte

      A few months ago, Svelte 3 was released. I tried it out, ran through their tutorial, and built a few small things. And I can honestly say that I think writing Svelte feels even faster and easier than React. Svelte gave me the same spark, the same feeling of “wow!” that I had with React. In this post I want to tell you a bit about Svelte, show you how it works with a few live example apps, and poin

        Introduction to Svelte
      • Theremix - Virtual Theremin

        Celebrating 100 years of the theremin, use your webcam, touch or your cursor to play this virtual theremin.

          Theremix - Virtual Theremin
        • 高速で開発者体験も抜群!JavaScriptフレームワークの新星「Svelte」とは何か?

          CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

            高速で開発者体験も抜群!JavaScriptフレームワークの新星「Svelte」とは何か?
          • 数十分で始める、Svelte+Firebaseのアプリ生活。 - Qiita

            序 数日前に、ES2015以降をお勉強するのに、Svelte REPLが楽しかったので、Svelte+Firebaseでwebアプリを作ってみたいと思った(最近、オウンドメディア的なものを作りたいなと思っているもので)。 Svelteとは? JSを知っていてSvelteって何という人は、Svelteで始める頑張らないフロントエンド生活を参考にすると良い。作ってくれているtodoアプリをどうfirebase化するかは、良い例題となりそう。 SvelteFireを使って、1時間以内でアプリを作り始める。 Firebaseのエキスパートの方が作ってくださっているSvelteFireを元にすると、(朝食のカレーを作ったり食べたりしながら)ほぼ1時間でCloud firestoreに書き込めるところまで行けた。 フロントエンド: Firestore側: 以下、Windowsマシンでの作業前提。 ht

              数十分で始める、Svelte+Firebaseのアプリ生活。 - Qiita
            • SvelteKit + Svelte を1年間くらい使ってみた知見など

              前置きと自己紹介 今回はKINTOテクノロジーズでフロントエンドを担当しているイケダがお送り致します。最近はKINTO ONEの開発運用や新規サービス・プロジェクトの立ち上げなどをしています。 自己紹介もそこそこに前置きへ。 前置き 昨今、React / Vue.js / AngularJS / Preact / Ember など様々なJSフレームワークが台頭しています。ここ最近ですとSvelteとSolidの勢いがありますね。(個人的にMithril.jsにもっと伸びてほしい)もっと知りたい方はこちらへ https://mithril.js.org/ その中でも今回はKINTOのコーポレートサイト、KINTOテクノロジーズのコーポレートサイト、そして現在進行しているプロダクトでも採用しているSvelteを使用してみての所感、そして簡単なSGまでのコードを紹介したいと思います。 本記事で紹

                SvelteKit + Svelte を1年間くらい使ってみた知見など
              • SvelteKitのデフォルトプロジェクトから学ぶ | フューチャー技術ブログ

                ウェブアプリケーションフレームワークとして最近注目度が少しずつ上がっているのがSvelteです。以前、Svelteをちょびっとサンプルを触ってみた感じ、コードの雰囲気は <script setup> 版のVue 3っぽいなー、という感じです。あとはプロパティ入力のあるコンポーネントでHTMLを生成するという基本構成はReactもAngularもみんなそうなので、今時のウェブフロントエンドのフレームワークを触ったことがあれば難しくはない気がします。 1コンポーネントでおさまる範囲ではちょっと前にかんたんなアプリの試作をしてみました(毎週何回も使ってるので手間の割に活躍してます)が、じゃあ、一本分のアプリを作るときはどうなんだ、ということでSvelteKitでプロジェクトを新規で作ってみたけど、いろいろな未知の要素がでてきて、これはどうなんだ?というのをドキュメントから探す、という学び方もまあ

                • 【Svelte + TypeScript + tailwindcss】本検索サイト チュートリアル

                  この本はSvelte + TypeScript + tailwindcssで本検索サイトを作成します。 Svelteを使ってアプリケーションを作成1から作成することができます。 以下のことが学べます。 - Svelteの基礎文法 - Svelteのルーティング - Svelteのストア HTML・CSS・JavaScriptの基礎的な理解がある人が対象です。

                    【Svelte + TypeScript + tailwindcss】本検索サイト チュートリアル
                  • Why I moved from React to Svelte and why others will follow - mootoday.com

                    React was my go-to choice for many years On October 14, 2015, I hosted the inaugural React Vancouver meetup. It was at a point were I had used React for the better part of the year and wanted to bring like-minded developers together. React back then was, dare I say it, revolutionary in the web frontend world. Compared to the alternatives such as jQuery, Backbone.js or Angular 1.x, developing with

                      Why I moved from React to Svelte and why others will follow - mootoday.com
                    • Comparing Svelte and React - Jack Franklin

                      March 9, 2021Comparing Svelte and ReactLast year I created Pomodone, a small time tracking application based on the Pomodoro technique of working in 25 minute intervals. It's a pretty basic app; it has a 25 minute timer (that runs in a Web Worker) and saves a history of your "poms" to a small Firebase database. I initially built it using React (well, Preact actually) but I then started to play aro

                        Comparing Svelte and React - Jack Franklin
                      • GitHub - feltcoop/why-svelte: Why Svelte is our choice for a large web project in 2020

                        Why Svelte is our choice for a large web project in 2020 tldr — Svelte is a JavaScript framework for building user interfaces. Its compiler architecture enables amazing tradeoffs for UX and DX. Svelte might be worth your attention, especially if you pine for the web of yore and future. Contents Introduction Advantages easy to learn syntax and semantics write less code compilers enable output flexi

                          GitHub - feltcoop/why-svelte: Why Svelte is our choice for a large web project in 2020
                        • Getting started with Svelte - Learn web development | MDN

                          Complete beginners start here!Getting started with the webGetting started with the webInstalling basic softwareWhat will your website look like?Dealing with filesHTML basicsCSS basicsJavaScript basicsPublishing your websiteHow the web worksHTML — Structuring the webIntroduction to HTMLIntroduction to HTMLGetting started with HTMLWhat's in the head? Metadata in HTMLHTML text fundamentalsCreating hy

                            Getting started with Svelte - Learn web development | MDN
                          • Svelte Summit Fall 2021 まとめ

                            Svelteのコミュニティによるイベント「Svelte Summit」が2021/11/20(土)に開催されました。 前回からおよそ半年ぶりの開催となります。 各セッションの発表はYoutubeで配信されつつ、NewYorkではwatch partyも開催され、作者のRich Harris氏だけでなくVercelのCEOのGuillermo Rauch氏も出席されていました。また、ドイツでもwatch partyが開催されたようでその様子がたまに中継されていました。 Youtubeでアーカイブが視聴できます。 YouTubeのvideoIDが不正です 前回のまとめと同様、他の方に興味を持ってもらえるように、内容をざっくりまとめました。 ※英語が聞き取れなかったところはアブストで補完していますが、内容が違っている場合はお知らせいただけると助かります。 ※この日に全てのセッションの発表がされた

                              Svelte Summit Fall 2021 まとめ
                            • Svelteのすすめ - Qiita

                              この記事は社内勉強会用に作成したものです。 Svelte 公式サイト 目次 Svelte とは? 特徴 記述方法 Svelte とは? JavaScript フレームワーク フレームワークだがコンパイラーであるという特異性も備えている 実行前にコードを最適化したJavaScriptにコンパイルする = 軽い、速い ReactやVueは実行時にコードを解釈する = 重い、遅い 開発者へのアンケート結果 最も愛されている Web フレームワーク(2021) 開発者が最も満足しているフレームワーク(2020) 最も学習したいフレームワーク(2022) 特徴 Write less code No virtual DOM Truly reactive Write less code 少ないコード量で書ける 全てのコードにはバグが存在する可能性があります(All code is buggy)。したがっ

                                Svelteのすすめ - Qiita
                              • GitHub - bytedance/bytemd: ByteMD v1 repository

                                Lightweight and framework agnostic: ByteMD is built with Svelte. It compiles to vanilla JS DOM manipulation without importing any UI Framework runtime bundle, which makes it lightweight, and easily adapted to other libraries/frameworks. Easy to extend: ByteMD has a plugin system to extend the basic Markdown syntax, which makes it easy to add additional features such as code syntax highlight, math

                                  GitHub - bytedance/bytemd: ByteMD v1 repository
                                • Vercel welcomes Rich Harris, creator of Svelte – Vercel

                                  Today, we're excited to share Rich Harris, the creator of Svelte, has joined Vercel to help us in our mission to make the Web. Faster. Both Svelte and Vercel want to make building for the Web both enjoyable and fast. Svelte has been voted the most loved Web framework with the most satisfied developers and has a thriving community. Its usage has doubled in the past year, with over 200,000 weekly do

                                    Vercel welcomes Rich Harris, creator of Svelte – Vercel
                                  • React vs. Svelte: The War Between Virtual and Real DOM

                                    I recently had the pleasure of playing around with Svelte and learned how to build a simple shopping cart application. Moreover, I couldn’t help but notice many similarities it has with React. It’s surprising to see how well of a contender it can be, to one of the most popular JavaScript libraries for building user interfaces. In this article, I’m going to compare Svelte vs. React and how they far

                                      React vs. Svelte: The War Between Virtual and Real DOM
                                    • GoとSvelteKitの組み合わせ

                                      go mod init sample npm init svelte@next frontend // Choice "Svelte app template" is "Skelton Project". // Choice "Use TypeScript" is No. // Choice "ESLint" is No. // Choice "Prettier" is No. cd frontend npm install npm i -D @sveltejs/adapter-static@next // +build !release package main import ( "log" "net/http" "net/http/httputil" "net/url" ) func init() { u, err := url.Parse("http://localhost:3000

                                        GoとSvelteKitの組み合わせ
                                      • Svelte Summit Spring 2021 まとめ(draft)

                                        Svelteのコミュニティによるイベント「Svelte Summit」が2021/4/25(日)に開催されました。 前回は2020/10だったのでおよそ半年ぶりの開催となります。 イントロからはじまり、発表は5分〜25分と長短合わせて16セッション、間にパペットショーやクイズレクリエーションを挟み、最後はFAQ、およそ6時間超でした。 Youtubeでアーカイブを視聴することができます。 日本時間22:00開始だったので中々しんどかったですが、Svelte日本のDiscordでみんなで実況しながら楽しく見れました(それでも眠くて途中で離脱しましたが)。Svelte日本のDiscordに、Svelte-NodeGUIをテーマに発表されたJamie Birchさんご本人が登場されて解説してくださるサプライズがあったりとても刺激的でした。 他の方に興味を持ってもらえるように、改めてYoutube

                                          Svelte Summit Spring 2021 まとめ(draft)
                                        • Elder.js: A Svelte Framework and Static Site Generator

                                          Elder.js: An SEO-First Svelte-Based Framework Star Elder.js is an opinionated static site generator and web framework built with SEO in mind. (Supports SSR and Static Site Generation.) Features: Build hooks allow you to plug into any part of an entire page generation process and customize as needed. A Highly Optimized Build Process: that will span as many CPU cores as you can throw at it to make b

                                          • Flowbite Svelte - UI Component Library

                                            Svelte UI components Flowbite Svelte is a free and open-source UI component library built using Svelte based on Flowbite and Tailwind CSS. By installing the package via NPM you will be able to build modern looking web applications fast by leveraging Svelte, Tailwind CSS and Flowbite using ready-made UI components like dropdowns, navbars, modals, and more. Huge collection of UI components Open-sour

                                              Flowbite Svelte - UI Component Library
                                            • A new technique for making responsive, JavaScript-free charts

                                              A new technique for making responsive, JavaScript-free charts There are countless libraries for generating charts on the web. Each serves a slightly different niche, but all of them have one thing in common: they require JavaScript. That makes sense, of course — often your charts will depend on data that must be fetched over the network with JS, or will be rendered to a <canvas> element. But it's

                                                A new technique for making responsive, JavaScript-free charts
                                              • Front-end frameworks popularity (React, Vue, Angular and Svelte)

                                                FrontendFrameworksPopularity.md Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends. Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979 Stack Overflow trends https://insights.stackoverflow.com/trends?tags=reactjs%2Cvue.js%2Cangular%2Csvelte%2Cangularjs%2Cvuejs3 Stack Overflow survey h

                                                  Front-end frameworks popularity (React, Vue, Angular and Svelte)
                                                • 高速・軽量なJavaScriptフレームワーク「Svelte」の世界一覧

                                                  CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

                                                    高速・軽量なJavaScriptフレームワーク「Svelte」の世界一覧
                                                  • SvelteKit + microCMS のブログ作成チュートリアル

                                                    待望のSvelteKit 1.0がリリースされましたね! https://svelte.dev/blog/announcing-sveltekit-1.0 早速、microCMSとの連携を試してみたいと思います。 Svelteとはビューを生成するライブラリです。 ReactやVueと異なる点は、ライブラリのコードをほとんど含まないVanilla JSに近い形でコンパイルされるという点です。 そのためコンパイル後のJSファイルのサイズが小さく、高いパフォーマンスが期待できます。 「ライブラリのコードをほとんど含まない」ことを実現するために、SvelteではVirtual DOMを敢えて採用せず、代わりにコンポーネントを非常に効率的な命令型コードに変換して、DOMをピンポイントに更新します。 SvelteKitとはSvelteと組み合わせて使うアプリケーションフレームワークです。 NextやN

                                                      SvelteKit + microCMS のブログ作成チュートリアル
                                                    • I created the exact same app in Vue and Svelte. Here are the differences.

                                                      The CSS code for both apps are exactly the same, but there are differences in where these are located. With that in mind, let’s next have a look at the file structure of both apps: Vue on the left. Svelte on the right.You’ll see that their structures are quite different here. Vue has all of the components, styles and assets inside of the src folder, while Svelte requires the assets to sit directly

                                                        I created the exact same app in Vue and Svelte. Here are the differences.
                                                      • GitHub - pintariching/rustle: Svelte compiler rewritten in Rust

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - pintariching/rustle: Svelte compiler rewritten in Rust
                                                        • SvelteとReactの基本を比較

                                                          製品 コミュニケーション メッセージング マルチチャネルのテキストメッセージとメディアメッセージの送受信を180か国以上で

                                                            SvelteとReactの基本を比較
                                                          • Svelte 3の仕組みとその手触り - console.lealog();

                                                            実は最近まとまった時間ができたので、フロントエンド勘を取り戻すためにも、ずっと気になってたSvelteを触ってみてる。 一通りDocsやTutorialに目を通しきったところで、備忘録も兼ねて記事を書いておこうかと思った次第。 Svelte 3: Rethinking reactivity Svelteは`3`が最新のメジャーバージョンで、これがリリースされたのは2019年の4月のこと。 なんと1年も前の話なのでぜんぜん今さらではあるけど、まだ1年しか経ってないとも取れる・・はず。 モチベーション 冒頭の記事の中にある、Rethinking reactivityっていう公演の動画を見てハッとしたから。 動画の説明文を引用するとこんな具合。 Modern JavaScript frameworks are all about reactivity. Change your applicati

                                                              Svelte 3の仕組みとその手触り - console.lealog();
                                                            • Svelteのカレンダー | Advent Calendar 2021 - Qiita

                                                              Svelteに関するAdvent Calendarです。 過去のAdvent Calendar 2020年:https://qiita.com/advent-calendar/2020/svelte リンク集 公式サイト(Svelte):https://svelte.dev/ 公式サイト(SvelteKit):https://kit.svelte.dev/ 日本語ドキュメントサイト(Svelte):https://svelte.jp/ 日本語ドキュメントサイト(SvelteKit):https://kit.svelte.jp/ Svelte日本コミュニティ(Discord):https://discord.com/invite/YTXq3ZtBbx edit_calendarHow to join the calendarYou can join the calendar by selec

                                                                Svelteのカレンダー | Advent Calendar 2021 - Qiita
                                                              • The Node-Based UI for Svelte – Svelte Flow

                                                                Svelte Flow is a MIT-licensed open source library. You can help us to ensure the further development and maintenance by supporting us. Support Us Getting Started with Svelte Flow Make sure you’ve installed npm, pnpm or yarn. Then you can install Svelte Flow via:

                                                                  The Node-Based UI for Svelte – Svelte Flow
                                                                • Hello world • Svelte Examples

                                                                  hydratable: false, customElement: false, immutable: false, legacy: false });

                                                                    Hello world • Svelte Examples
                                                                  • SvelteKitでSSR/SSGのプロトを爆速構築したい - Qiita

                                                                    はじめに フロントエンドに触れる機会が多いのですが、SSR/SSGに詳しくなりたい(ならねばならない)という焦燥に駆られたので、勉強も兼ねて触りたいと思います。手を動かすのであれば、何かものづくりしたいなと思ったので、話題の SvelteKit で SSR/SSG のプロト構築をしてみようと思います。 最終的には、↓のプロトタイプを完成させます。素早く。 SSR / SSG とは SSR は Server Side Rendering、SSG は Static Site Generator の略です。文字通りどちらもサーバ側でレンダリングや静的サイトを作成するもので、CSR(Client Side Rendering) と対比して考えられます。世間を賑わせている React, Vue, Angular によって普及した SPA(Single Page Application) は、CSR

                                                                      SvelteKitでSSR/SSGのプロトを爆速構築したい - Qiita
                                                                    • SvelteStudy

                                                                      Svelteの注目度Svelteは、近年満足度の高いJavaScriptのフレームワークとして注目を集めています。しかし、日本では認知度が低いのが現状です。このようなフレームワークは今後伸びると予想されるため、いま学ぶことはチャンスと捉えることができます。Svelteを学び、フロントエンドエンジニアとして周りに差をつけましょう!

                                                                      • TS to JSDoc Conversion by tcc-sejohnson · Pull Request #8569 · sveltejs/svelte

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          TS to JSDoc Conversion by tcc-sejohnson · Pull Request #8569 · sveltejs/svelte
                                                                        • GitHub - pngwn/MDsveX: A markdown preprocessor for Svelte.

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - pngwn/MDsveX: A markdown preprocessor for Svelte.
                                                                          • What's new in Svelte: January 2022

                                                                            What's new in Svelte: January 2022 Faster builds with SvelteKit and a much anticipated REPL feature Dani Sandoval Jan 1 2022 Happy new year, Svelte Community! Lots to share this month across Svelte, SvelteKit, Language Tools and the Showcase. Thanks to everyone who made 2021 a great year to use Svelte. Looking forward to the next one 🚀 What's new in SvelteKitpermalink @sveltejs/adapter-static for

                                                                              What's new in Svelte: January 2022
                                                                            • GitHub - plentico/plenti: Static Site Generator with Go backend and Svelte frontend

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - plentico/plenti: Static Site Generator with Go backend and Svelte frontend
                                                                              • SvelteKitがpublic betaに到達しました(SvelteKit is in public beta)

                                                                                SvelteKitがpublic betaに到達しました(SvelteKit is in public beta) 皆様からのフィードバックをお待ちしております Rich Harris Mar 23 2021 翻訳 : Svelte日本コミュニティ 原文 : https://svelte.dev/blog/sveltekit-beta 日本語版は原文をよりよく理解するための参考となることを目的としています。 正確な内容についてはsvelte.devの原文を参照してください。 日本語訳に誤解を招く内容がある場合は下記のいずれかからお知らせください。 svelte-jp/svelte-site-jp(GitHub) Svelte日本(Discord) お待たせしました。5か月という期間、何百ものコミットを経て、ついにSvelteKitのベータ版をお試し頂けるようになりました。まだ完成はしていま

                                                                                  SvelteKitがpublic betaに到達しました(SvelteKit is in public beta)
                                                                                • Svelte Material UI

                                                                                  check Follow System check Light check Dark check Svelte check Material check Fixation check Metro check Unity Learn about theming See the theme source

                                                                                    Svelte Material UI

                                                                                  新着記事