Build a Frontend Web Framework (From Scratch)

This Post Has 3 Comments

  1. Great way to learn about frameworks!
    If you wanted to know how a framework like React works, then this is for you.The author takes you on a tour of constructing a framework from the basics to the complex. I really enjoyed how the framework was built step by step. There are well constructed exercises for the reader to help gain understanding. Will recommend to any curious frontend developer.

  2. Wanna build a Frontend Framework?
    You will learn how to build your own frontend framework. Will it be the next React or Angular? Probably not. But you will have the fundamental knowledge of what those frameworks are doing under the hood, which will help you better use the frontend framework that you are already using. So, for example, if you are a React developer do you know what it’s doing under the hood to convert the JSX markup into valid code the browser understands? By building your own framework you will know how to do this and have a better understanding of what React is doing to convert your code to something the browser understands.This book was a great read. If you have ever wondered what went into the process of building your own frontend framework then you need to read this book.

  3. Excellent book that gives insights insights into frontend architecture
    Often times engineers use a lot of frontend tooling rather haphazardly without much knowledge into the ins and outs of the frameworks. This book gets you to do the nitty gritty – build an entire framework from scratch. After reading this book, my development time got faster and I appreciated the nuances ReactJS provided for me!

Leave a Reply

Your email address will not be published. Required fields are marked *