並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 79件

新着順 人気順

"File System"の検索結果1 - 40 件 / 79件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"File System"に関するエントリは79件あります。 awstechfeedブラウザ などが関連タグです。 人気エントリには 『Chrome 78ベータに「Native File System API」搭載。Webブラウザからローカルファイルを読み書き可能に』などがあります。
  • Chrome 78ベータに「Native File System API」搭載。Webブラウザからローカルファイルを読み書き可能に

    Chrome 78ベータに「Native File System API」搭載。Webブラウザからローカルファイルを読み書き可能に GoogleはWebブラウザのChrome 78ベータ版で「Native File System API」を試験的機能(Origin Trial)として搭載したことを明らかにしました。 Native File System APIはWeb Platform Incubator Community Groupが策定中のAPIで、Webアプリケーションからローカルファイルを開き、読み書きを行える機能です。 「The Native File System API: Simplifying access to local files」から引用します。 The Native File System API enables developers to build powe

      Chrome 78ベータに「Native File System API」搭載。Webブラウザからローカルファイルを読み書き可能に
    • SQLite3 WASM/JS、Origin Private File Systemを用いてChrome上の高速なローカルDBが機能するとGoogleが明らかに、廃止されたWeb SQLの代替として利用可能

      SQLite3 WASM/JS、Origin Private File Systemを用いてChrome上の高速なローカルDBが機能するとGoogleが明らかに、廃止されたWeb SQLの代替として利用可能 Google Chromeの開発チームは昨年(2022年)9月に、非推奨となったWeb標準のWeb SQL Database API(以下Web SQL)をChromeから削除、その代替機能としてSQLite開発チームと協力してWebAssembly版のSQLiteを開発し、提供する予定であることを明らかにしていました。 参考:Chrome開発チームがSQLiteチームとWebAssembly版SQLiteを開発中。Webブラウザ上からのファイル書き込みで永続化も可能。Web SQL APIの代替として Web SQLはWebアプリケーションがSQLを通じてローカルなリレーショナルデー

        SQLite3 WASM/JS、Origin Private File Systemを用いてChrome上の高速なローカルDBが機能するとGoogleが明らかに、廃止されたWeb SQLの代替として利用可能
      • Chrome(Canary) の Native File System API で ローカルファイルの読み書きをする - mizchi's blog

        ブラウザ上でローカルファイルの読み書きができる Native File System API が ChromeCanary で実装された。 前々から欲しかった機能なので、自分が作ってる markdown preview ツールに実装してみた。 Intent to ship https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/noan0cgEBGQ/t8DuK8_hDwAJ 仕様 http://wicg.github.io/native-file-system/ 動かすとこんな感じ https://mdbuf.netlify.com/ で Meta+O/Meta+S のキーバインドを振ってる。 有効化 https://www.google.com/intl/ja/chrome/canary/ をダウンロード chrom

          Chrome(Canary) の Native File System API で ローカルファイルの読み書きをする - mizchi's blog
        • New – A Shared File System for Your Lambda Functions | Amazon Web Services

          AWS News Blog New – A Shared File System for Your Lambda Functions July 1, 2020: Post updated to take care that Amazon EFS increased file system minimum throughput, when burst credits are exhausted, to 1 MiB/s. I am very happy to announce that AWS Lambda functions can now mount an Amazon Elastic File System (Amazon EFS), a scalable and elastic NFS file system storing data within and across multipl

            New – A Shared File System for Your Lambda Functions | Amazon Web Services
          • GitHub - superfly/litefs: FUSE-based file system for replicating SQLite databases across a cluster of machines

            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 - superfly/litefs: FUSE-based file system for replicating SQLite databases across a cluster of machines
            • Writing a file system from scratch in Rust · carlosgaldino

              Data produced by programs need to be stored somewhere for future reference, and there must be some sort of organisation so we can quickly retrieve the desired information. A file system (FS) is responsible for this task and provides an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit

              • Origin Private File Systemを使ってブラウザ上でファイルを高速に操作しよう

                3 行まとめ Origin Private File System という名の通り、Origin に紐づくプライベートなファイルシステムが扱える API Firefox 111 で実装されたことで、主要ブラウザでほとんどの機能が使える[1] Origin Private File System は FileSystem Access API よりもファイル操作のパフォーマンスが良い Origin Private File System とは Origin と紐づき、ユーザには非公開なブラウザ上で扱えるファイルシステムです。 なぜ Origin Private File System を使うのか Origin Private File System を使わずとも Blob と URL.createObjectURL() を組み合わせて a 要素をクリックすることでファイルをダウンロードしたり

                  Origin Private File Systemを使ってブラウザ上でファイルを高速に操作しよう
                • Firefox 111、Webアプリからローカルファイルにアクセスできる「Origin Private File System」が正式機能に。これでChrome、Safari、Firefoxが対応

                  3月14日にリリースされたFirefox 111の新機能として、Webブラウザ上のアプリケーションからローカルファイルにアクセスできる「Origin Private File System」が正式に搭載されたことが明らかになりました。 すでにChromeとSafariではOrigin Private File System機能が搭載されているため、これで主要ブラウザでこの機能が揃ったことになり、ローカルファイルにアクセスできるWebアプリケーションが実現できることになります。 ローカルマシンに仮想ファイルシステムを実装 Origin Private File SystemはFile System Access APIの一部で、WebブラウザがWebサイトごとに仮想のファイルシステムを持つことができるAPIです。 実際にはWebブラウザを実行しているローカルマシンのファイルシステム上に仮想の

                    Firefox 111、Webアプリからローカルファイルにアクセスできる「Origin Private File System」が正式機能に。これでChrome、Safari、Firefoxが対応
                  • Apple File Systemの下にはEFI driverが埋まっている - Blog posts by @retrage

                    Apple File System (APFS)はAppleが自社製品向けに開発したファイルシステムである.APFSの仕様は公開されており以下で参照できる. https://developer.apple.com/support/downloads/Apple-File-System-Reference.pdf その目次の中で特に興味を引いたのが"EFI Jumpstart"の章である.現代的なデバイスではEFIを含めブートローダはファイルシステムを参照してOSを起動する.このとき当然ながらブートローダはそのファイルシステムを扱える必要がある.特にEFIでは仕様上対応していなければならないのはEFI System Partition (ESP)で使われるFATのみでその他のファイルシステムが事前にサポートされていることは期待できない.このため例えばWindowsであればESPに配置されたW

                      Apple File Systemの下にはEFI driverが埋まっている - Blog posts by @retrage
                    • 新機能 – Lambda関数の共有ファイルシステム – Amazon Elastic File System for AWS Lambda | Amazon Web Services

                      Amazon Web Services ブログ 新機能 – Lambda関数の共有ファイルシステム – Amazon Elastic File System for AWS Lambda 本投稿は AWS の Chief Evangelist (EMEA)であるDanilo Pocciaによる寄稿です。 AWS Lambda関数がAmazon Elastic File System(EFS)をマウントできるようになったことを非常に嬉しく思います。EFSは、高可用性と耐久性のために複数のアベイラビリティーゾーン(AZ)にまたがってデータを格納するスケーラブルでエラスティックなNFSファイルシステムです。このように、使い慣れたファイルシステムインターフェイスを使用して、関数単体、および複数のLambda関数のすべての同時実行環境にわたってデータを保存および共有できます。 EFSは、強力な整合性

                        新機能 – Lambda関数の共有ファイルシステム – Amazon Elastic File System for AWS Lambda | Amazon Web Services
                      • GitHub - awslabs/mountpoint-s3: A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.

                        Mountpoint for Amazon S3 is a simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system. With Mountpoint for Amazon S3, your applications can access objects stored in Amazon S3 through file operations like open and read. Mountpoint for Amazon S3 automatically translates these operations into S3 object API calls, giving your applications access to the elastic stora

                          GitHub - awslabs/mountpoint-s3: A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
                        • The origin private file system  |  Articles  |  web.dev

                          The origin private file system Stay organized with collections Save and categorize content based on your preferences. The File System Standard introduces an origin private file system (OPFS) as a storage endpoint private to the origin of the page and not visible to the user that provides optional access to a special kind of file that is highly optimized for performance. Browser support The origin

                            The origin private file system  |  Articles  |  web.dev
                          • A peek behind Colossus, Google’s file system | Google Cloud Blog

                            Colossus under the hood: a peek into Google’s scalable storage system You trust Google Cloud with your critical data, but did you know that Google also relies on the same underlying storage infrastructure for its other businesses as well? That’s right, the same storage system that powers Google Cloud also underpins Google’s most popular products, supporting globally available services like YouTube

                              A peek behind Colossus, Google’s file system | Google Cloud Blog
                            • GitHub - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser

                              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 - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser
                              • Improve Git monorepo performance with a file system monitor

                                EngineeringOpen SourceImprove Git monorepo performance with a file system monitorMonorepo performance can suffer due to the sheer number of files in your working directory. Git’s new builtin file system monitor makes it easy to speed up monorepo performance. If you have a monorepo, you’ve probably already felt the pain of slow Git commands, such as git status and git add. These commands are slow b

                                  Improve Git monorepo performance with a file system monitor
                                • A lesson in shortcuts. Long ago, as the design of the Unix file system was b...

                                  A lesson in shortcuts. Long ago, as the design of the Unix file system was being worked out, the entries . and .. appeared, to make navigation easier. I'm not sure but I believe .. went in during the Version 2 rewrite, when the file system became hierarchical (it had a very different structure early on).  When one typed ls, however, these files appeared, so either Ken or Dennis added a simple test

                                  • File System Interfaces for Go — Draft Design

                                    Russ Cox Rob Pike July 2020 This is a Draft Design, not a formal Go proposal, because it describes a potential large change, with integration changes needed in multiple packages in the standard library as well potentially in third-party packages. The goal of circulating this draft design is to collect feedback to shape an intended eventual proposal. We are using this change to experiment with new

                                    • AWS previews Mountpoint, a specialized open source Rust client to mount S3 storage into the file system • DEVCLASS

                                      Interview AWS has introduced Mountpoint, an open source client for Linux that connects to S3 (Simple Storage Service) using file APIs, enabling applications to traverse S3 files as if they are in the file system. It is a specialized client aimed at data analytics, and not designed for general-purpose use. According to advance information from AWS, “with Mountpoint, file operations map to GET and P

                                        AWS previews Mountpoint, a specialized open source Rust client to mount S3 storage into the file system • DEVCLASS
                                      • GitHub - azu/korefile: File System API for Local/GitHub.

                                        A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

                                          GitHub - azu/korefile: File System API for Local/GitHub.
                                        • Amazon Elastic Container Service & AWS Fargate, now support Amazon Elastic File System | Amazon Web Services

                                          AWS News Blog Amazon Elastic Container Service & AWS Fargate, now support Amazon Elastic File System It has only been five years since Jeff wrote on this blog about the launch of the Amazon Elastic Container Service. I remember reading that post and thinking how exotic and unusual containers sounded. Fast forward just five years, and containers are an everyday part of most developers lives, but wh

                                            Amazon Elastic Container Service & AWS Fargate, now support Amazon Elastic File System | Amazon Web Services
                                          • Amazon Elastic File Systemの読み取りスループットが3倍に向上、価格は据え置き

                                            Amazon Elastic File Systemの読み取りスループットが3倍に向上、価格は据え置き Amazon Web Services(AWS)は、Amazon Elastic File Systemの読み取り(リード)のスループットを最大で3倍まで向上させたことを発表しました。 サービスの価格はそのままで、より高速なデータの読み込みが可能になります。 Amazon EFSはスケーラブルなNFSサーバをマネージドサービスで提供します。あらかじめ容量を決めてプロビジョニングする必要がなく、保存するファイルの大きさに対して自動的にキャパシティが増減していくのが特長。 また、必要なスループット性能をプロビジョニング時に指定でき、あまり使われなくなったファイルを安価な低頻度アクセスストレージクラスへ移動するなど、コストの最適化にも柔軟に対応します。 今回の性能向上により、プロビジョニング時

                                              Amazon Elastic File Systemの読み取りスループットが3倍に向上、価格は据え置き
                                            • GitHub - mhx/dwarfs: A fast high compression read-only file system for Linux, Windows and macOS

                                              DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data. This probably doesn't sound very exciting, because if it's redundant, it should compress well. However, I found that other read-only, compressed file systems don't do a very good job at making use of this redundancy. See here for a comparison with other compressed file sy

                                                GitHub - mhx/dwarfs: A fast high compression read-only file system for Linux, Windows and macOS
                                              • 2019-09-24のJS: Safari 13、Chrome 78 Beta(Native File System trial)、Storybook 5.2(CSF)

                                                JSer.info #454 - iOS 13、macOS 10.14.5(Mojave)に搭載されるSafari 13のリリースノートが公開されています。 Safari 13 Release Notes | Apple Developer Documentation Web Authentication APIを使ったFIDO2のセキュリティキーに対応、__Secure-と__Host-のクッキーprefixのサポート、Pointer EventsやVisual Viewport APIのサポートなどが行われています。 iOS 13のSafariでWebDriverのサポート、ITP 2.3へのアップデート、WebSQLの削除なども含まれています。 WebDriver is Coming to Safari in iOS 13 | WebKit Intelligent Tracking

                                                  2019-09-24のJS: Safari 13、Chrome 78 Beta(Native File System trial)、Storybook 5.2(CSF)
                                                • AWS announces lower latencies for Amazon Elastic File System

                                                  Amazon Elastic File System (Amazon EFS) now delivers lower latencies enabling you to power an even broader set of applications with simple, scalable storage on AWS. Amazon EFS now delivers up to 60% lower read operation latencies when working with frequently-accessed data and metadata. In addition, EFS now delivers up to 40% lower write operation latencies when working with small files (<64 KB) an

                                                    AWS announces lower latencies for Amazon Elastic File System
                                                  • Using ECS Exec with read-only root file system containers

                                                    As stated in the official ECS Exec documentation, ECS Exec today doesn’t support read-only containers. The SSM agent requires that the container file system is able to be written to in order to create the required directories and files. Therefore, making the root file system read-only using the readonlyRootFilesystem task definition parameter, or any other method, isn’t supported. This limitation

                                                      Using ECS Exec with read-only root file system containers
                                                    • exFAT file system specification - Win32 apps

                                                      1 Introduction The exFAT file system is the successor to FAT32 in the FAT family of file systems. This specification describes the exFAT file system and provides all the information necessary for implementing the exFAT file system. 1.1 Design Goals The exFAT file system has three central design goals (see list below). Retain the simplicity of FAT-based file systems. Two of the strengths of FAT-bas

                                                        exFAT file system specification - Win32 apps
                                                      • Microsoft Wants exFAT in Linux Kernel, Opens File System Specs

                                                        HomeNewsMicrosoftMicrosoft Wants exFAT in Linux Kernel, Opens File System Specs Microsoft announced today that it supports the inclusion of its exFAT (Extended File Allocation Table) file system for USB flash drives and SD cards in the Linux kernel through the Open Invention Network. "Today we’re pleased to announce that Microsoft is supporting the addition of Microsoft’s exFAT technology to the L

                                                          Microsoft Wants exFAT in Linux Kernel, Opens File System Specs
                                                        • UEFI向け9P File Systemを作ってクラウドからネットワークブートできるようにした - Blog posts by @retrage

                                                          UEFI向け9P File Systemを実装した. これにより9Pサーバからネットワークブートができるようになった. さらにFUSEと組み合わせることで少ない労力で9Pサーバ経由で クラウドからネットワークブートができるようになった. ソースコードと発表資料と発表の録画は以下で公開している. https://github.com/yabits/9pfsPkg https://speakerdeck.com/retrage/network-boot-from-bell-labs https://youtu.be/3PX19nWrygQ ネットワークブート 通常OSを起動するときBIOSはローカルディスクにアクセスしてブートイメージをロードする. ネットワークブートではローカルディスクの代わりにネットワーク上のサーバからブートイメージをロードする. これを実現するためにBIOSはネットワーク

                                                            UEFI向け9P File Systemを作ってクラウドからネットワークブートできるようにした - Blog posts by @retrage
                                                          • SQLite Wasm in the browser backed by the Origin Private File System - Chrome Developers

                                                            In our blog post Deprecating and removing Web SQL, we promised a replacement for Web SQL based on SQLite. The SQLite Wasm library with the Origin Private File System persistence backend is our fulfillment of this promise. # About SQLiteSQLite is a popular, open-source, lightweight, embedded relational database management system. Many developers use it to store data in a structured, easy-to-use man

                                                              SQLite Wasm in the browser backed by the Origin Private File System - Chrome Developers
                                                            • File System API - Web APIs | MDN

                                                              The File System API — with extensions provided via the File System Access API to access files on the device file system — allows read, write and file management capabilities. This API allows interaction with files on a user's local device, or on a user-accessible network file system. Core functionality of this API includes reading files, writing or saving files, and access to directory structure.

                                                                File System API - Web APIs | MDN
                                                              • 個人開発で妻のデータを吹き飛ばしたがFile System Access APIで改善した話 #ヌーラボ真夏のブログリレー | 株式会社ヌーラボ(Nulab inc.)

                                                                CacooチームのKawabataです。本記事はヌーラバーブログリレー2022の8月4日分の記事です。 本記事では、自作のツールのバグのせいで悔しい思いをしつつも、改善につなげた話をします。あくまで個人的に作っているツールについての話なので、ヌーラボでの業務とは無関係です。記事を通して会社で働きながらも盆栽いじりのように個人開発を行うエンジニアライフの楽しさや大変さが伝われば幸いです。 ツールのバグによって、妻の仕事のデータを吹き飛ばしてしまいましたが、File System Access APIを使って改善につなげました。ヌーラボには個人開発倶楽部という部活があり、個人開発者同士で作ったものを紹介したり情報を共有したりしてお互いにモチベーションを高め合っています。 私は個人的にプレゼン動画作成ツールを作っています。簡単に説明すると「プレゼンテーションのスライドに音声を録音して、一本のプレ

                                                                  個人開発で妻のデータを吹き飛ばしたがFile System Access APIで改善した話 #ヌーラボ真夏のブログリレー | 株式会社ヌーラボ(Nulab inc.)
                                                                • Azure Blob storage—Network File System 3.0 protocol support is now in preview | Azure の更新情報 | Microsoft Azure

                                                                  Azure を探索 Azure について 安全かつ将来を見据えた、オンプレミス、ハイブリッド、マルチクラウド、エッジのクラウド ソリューションについて調べる グローバル インフラストラクチャ 他のどのプロバイダーよりも多くのリージョンを備える持続可能で信頼できるクラウド インフラストラクチャについての詳細情報 クラウドの経済性 Azure の財務上および技術的に重要なガイダンスを利用して、クラウドのビジネス ケースを作成する 顧客イネーブルメント 実績のあるツール、ガイダンス、リソースを使用して、クラウド移行の明確なパスを計画する お客様事例 成功を収めたあらゆる規模と業界の企業によるイノベーションの例を参照する

                                                                    Azure Blob storage—Network File System 3.0 protocol support is now in preview | Azure の更新情報 | Microsoft Azure
                                                                  • New – Lower Cost Storage Classes for Amazon Elastic File System | Amazon Web Services

                                                                    AWS News Blog New – Lower Cost Storage Classes for Amazon Elastic File System Amazon Elastic File System (Amazon EFS) provides a simple, serverless, set-and-forget elastic file system for shared data across Amazon Elastic Compute Cloud (Amazon EC2) instances or with container and serverless services such as Amazon Elastic Container Service (Amazon ECS), Amazon Elastic Kubernetes Service (Amazon EK

                                                                      New – Lower Cost Storage Classes for Amazon Elastic File System | Amazon Web Services
                                                                    • New – Replication for Amazon Elastic File System (EFS) | Amazon Web Services

                                                                      AWS News Blog New – Replication for Amazon Elastic File System (EFS) Amazon Elastic File System (Amazon EFS) allows EC2 instances, AWS Lambda functions, and containers to share access to a fully-managed file system. First announced in 2015 and generally available in 2016, Amazon EFS delivers low-latency performance for a wide variety of workloads and can scale to thousands of concurrent clients or

                                                                        New – Replication for Amazon Elastic File System (EFS) | Amazon Web Services
                                                                      • HopsFS file system: 100X Times Faster than AWS S3 - Hopsworks

                                                                        Many developers believe S3 is the "end of file system history". It is impossible to build a file/object storage system on AWS that can compete with S3 on cost. But what if you could build on top of S3 a distributed file system with a HDFS API that gives you POSIX goodness and improved performance? That’s what we have done with a cloud-native release of HopsFS that is highly available across availa

                                                                          HopsFS file system: 100X Times Faster than AWS S3 - Hopsworks
                                                                        • [Docker Desktop] Improve Mac File system performance · Issue #7 · docker/roadmap

                                                                          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

                                                                            [Docker Desktop] Improve Mac File system performance · Issue #7 · docker/roadmap
                                                                          • Amazon Elastic File System がストレージコストを自動的に最適化するために Intelligent-Tiering をリリース

                                                                            Amazon Elastic File System (EFS) は、Intelligent-Tiering をサポートするようになりました。それは、アクセスパターンが変わった場合でも、共有ファイルストレージのコストの最適化を容易にします。EFS Intelligent-Tiering は、ファイルデータをファイルのアクセスパターンに基づいたストレージクラスに配置することで、アプリケーションデータのための正しい料金とパフォーマンスのブレンドの達成を手助けするように設計されています。 EFS Intelligent-Tiering は、ライフサイクル管理を使用して、ワークロードのアクセスパターンをモニタリングし、ライフサイクルポリシーの期間 (例えば、30 日間) の間アクセスされないファイルを、EFS Standard または EFS One Zone ストレージクラスから、それらの対応す

                                                                              Amazon Elastic File System がストレージコストを自動的に最適化するために Intelligent-Tiering をリリース
                                                                            • 新機能 – Amazon Elastic File System (EFS) のレプリケーション | Amazon Web Services

                                                                              Amazon Web Services ブログ 新機能 – Amazon Elastic File System (EFS) のレプリケーション Amazon Elastic File System (Amazon EFS) を使用すると、EC2 インスタンス、AWS Lambda 関数、およびコンテナがフルマネージドファイルシステムへのアクセスを共有できるようになります。2015 年に発表され、2016 年に一般利用が可能になった Amazon EFS は、さまざまなワークロードのために低レイテンシーのパフォーマンスを提供し、数千の同時実行クライアントまたは接続にスケールできます。2016 年に提供を開始してから、当社はお客様の声に耳を傾け、革新を続けてきました。そして、お客様のフィードバックにお応えして多くの新機能を追加してきました。これには、Direct Connect を介したオン

                                                                                新機能 – Amazon Elastic File System (EFS) のレプリケーション | Amazon Web Services
                                                                              • Reiser5 File-System In Development - Adds Local Volumes With Parallel Scaling Out - Phoronix

                                                                                Reiser5 File-System In Development - Adds Local Volumes With Parallel Scaling Out Written by Michael Larabel in Linux Storage on 31 December 2019 at 09:15 AM EST. 71 Comments Well, this is a hell of a way to surprisingly end the 2010s... Reiser5. Reiser5 brings a new format to the Reiser file-system and brings some new innovations to this file-system while keeping to its controversial name. Edward

                                                                                  Reiser5 File-System In Development - Adds Local Volumes With Parallel Scaling Out - Phoronix
                                                                                • Gatsby.jsの新機能「File System Route API」を試してみる

                                                                                  Jamstack Advent Calendar 2020 の 1 日目の記事です。 最近 Next.js が凄い勢いで進化していますが、同じ React フレームワークの Gatsby.js も負けず劣らず新しい機能が追加されています。 今回は、先月公開された Gatsby.js の新しい API、 File System Route API について紹介します。 この記事は以下バージョン時点の情報です。 Gatsby.js: 2.25.4 File System Route APIとは? File System Route API は、ブログの個別ページなど同レイアウトでデータが異なるページを作る際に、ファイル名を特定の表記とすることで動的にページを生成する API です。今までは gatsby-node.js で createPages で行ってたことを代替できます。 旧来の方式とF

                                                                                    Gatsby.jsの新機能「File System Route API」を試してみる

                                                                                  新着記事