Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Dec 9, 2024
1 parent d5cfa29 commit 025332c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/routes/posts/browser-back-bfcache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ published: true

## Intro

今回はBFCacheについてです。
ブラウザの戻る、進むボタン押したときにページが一瞬で復元される体験にあったことはないでしょうか。
実はこれを可能にしている機能が、 BFCache(Back/Forward Cache) です。

ただ本ブログは、本来はなんでこの機能の追加がこんなに遅れたのか。の話をするつもりでした。
ただちゃんと書こうとすると見ないといけないものが多そうで、アドカレ中にはハードすぎたので、調査メモ的な感じで残させてください。
一見シンプルな機能に見えますが、実はこの機能が現代ブラウザに登場するまでには多くの技術的なハードルがありました。
2023年、ついにChromiumにもこの機能が正式に実装されましたが、なぜこれほどの時間を要したのでしょうか?

本記事では、BFCacheの概要とその背景について調べた内容を、調査メモとして共有します。次回以降、具体的な実装例やデバッグ方法についても掘り下げていく予定です。

## BFCacheとは

Expand Down

0 comments on commit 025332c

Please sign in to comment.