diff --git a/README.org b/README.org index c8f4a6c..a4e25cf 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,7 @@ * Foundations of High-Performance React Applications + :PROPERTIES: + :EXPORT_FILE_NAME: manuscript/foundations-of-high-performance-react-applications.markua + :END: This is a book originally based on the first chapter of [[https://code.thomashintz.org/high-performance-react/about/][High-Performance React]], where we explore the foundations of building diff --git a/images b/images new file mode 120000 index 0000000..f14623b --- /dev/null +++ b/images @@ -0,0 +1 @@ +manuscript/resources/images \ No newline at end of file diff --git a/manuscript/Book.txt b/manuscript/Book.txt new file mode 100644 index 0000000..ec4ac71 --- /dev/null +++ b/manuscript/Book.txt @@ -0,0 +1 @@ +foundations-of-high-performance-react-applications.markua diff --git a/manuscript/foundations-of-high-performance-react-applications.markua b/manuscript/foundations-of-high-performance-react-applications.markua new file mode 100644 index 0000000..28860bf --- /dev/null +++ b/manuscript/foundations-of-high-performance-react-applications.markua @@ -0,0 +1,25 @@ +# Foundations of High-Performance React Applications + +This is a book originally based on the first chapter of [High-Performance React](https://code.thomashintz.org/high-performance-react/about/), where we explore the foundations of building high-performance React applications by creating our own version of React. + +If you enjoy *Foundations of High-Performance React Applications* and you want to learn more practical ways to utilize the foundations and get a more detailed blue-print for creating high performance React applications, then you might want to check-out the -- currently in progress -- book it is based off of: [High-Performance React](https://code.thomashintz.org/high-performance-react/about/). + +## Publishing + +This book will always be available to read online here, for free. + +[Ebooks](https://leanpub.com/foundations-high-performance-react) are available on Leanpub. + +You can read the book online here. + +## Author + +Thomas Hintz, with [Thomas Hintz Consulting](https://thomashintz.org), currently resides in Walnut Creek, California and has been a web developer for two decades. Thomas has been long focused on building high-performance applications and to fully understand the performance of modern applications has built a web browser engine, web server, database engine, compilers, and an [operating system](https://3lprojct.org). + +## Copyright & License + +All materials are © 2020 Thomas Hintz. + +The book and related materials in this repository are available under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). + + diff --git a/manuscript/images b/manuscript/images new file mode 120000 index 0000000..3f44f8c --- /dev/null +++ b/manuscript/images @@ -0,0 +1 @@ +resources/images \ No newline at end of file