From fb5327e3ced56851792ed6f6b6a2edbc4cd0fbbe Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sun, 2 Aug 2020 13:26:46 -0700 Subject: [PATCH] Adding README.org --- README.org | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..d428c4c --- /dev/null +++ b/README.org @@ -0,0 +1,37 @@ +* Foundations of High-Performance React Applications + +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 +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: [[https://code.thomashintz.org/high-performance-react/about/][High-Performance React]]. + +** Publishing + +This book will always be available to read online here, for +free. + +Ebooks are available on Leanpub. + +You can read the book online [[./foundations-high-performance-react.org][here]]. + +** Author + +Thomas Hintz, with [[https://thomashintz.org][Thomas Hintz Consulting]], 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 [[https://3lprojct.org][operating system]]. + +** Copyright & License + +All materials are © 2020 Thomas Hintz. + +The book and related materials in this repository are available under +the [[http://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution-ShareAlike 4.0 International License]].