Adding acknowledgements.

This commit is contained in:
2020-11-01 07:44:07 -08:00
parent 5e1b58833b
commit ea93dd12f3
3 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
frontmatter.txt
preface.markua
acknowledgments.markua
mainmatter.txt
introduction.markua
components-of-react.markua

View File

@@ -1,6 +1,6 @@
# Putting it all together
At this point the only thing left to do is to create some components and use them!
Now that we've explored how React renders your components it's time to finally create some components and use them!
{format: "javascript"}
```