Fixing frontmatter.

This commit is contained in:
2021-05-09 07:26:23 -07:00
parent 5808343b61
commit 4c262f4227
4 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
frontmatter.txt
preface.markua
acknowledgments.markua
mainmatter.txt

View File

@@ -0,0 +1 @@
{frontmatter}

View File

@@ -1,5 +1,5 @@
{sample: "true"}
# Preface :frontmatter:
# Preface
Welcome to *Foundations of High-Performance React Applications* where we build our own simplified version of React. Well use our React to gain an understanding of the real React and how to build high-performance applications with it.