Skip to content

FarhadG/ui-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On building modular, extendable and scalable U&I — UI intended for all developers, like you and I.

Copyright © 2017 Farhad Ghayour

U&I with React Book

Leanpub

License: CC BY-NC-SA 4.0 PRs Welcome

Please feel free to contribute to the quality of this content by submitting PRs for improvements to code snippets, explanations, etc.

About

Frontend development has undergone a major transformation with modern frontend technologies, such as React, Angular, Vue, and so forth. This is largely due to the wide adoption of component-based architecture provided by these wildly successful technologies.

This book aims to not only guide readers from the foundational building blocks of creating well structured interfaces but also provide an exhaustive list of different philosophies for creating modular, extendable and scalable U&I --- i.e. UI intended for all developers, like you and I.

Topics

Even though the concepts in this book are taught via React, they are transferable to other frontend technologies. I chose React as our base because of simplicity, wide adoption, and undeniable power that it provides.

Explains a brief history of web development and the rise of component-based architecture.

Provides an in depth view of U&I and the criteria for building them.

Outlines some of the base technologies we'll be using and then walks us through setting up a boilerplate codebase.

Guides us through building the foundation of our application.

Guides us on refactoring our application using U&I best practices.

Explains CSS preprocessors and guides us on refactoring our interface using Sass.

Introduces CSS modules and guides us on refactoring our interface using CSS modules.

Takes us on a journey through inline styles and guides us on refactoring our application using this dated philosophy in a modern setting.

Introduces an entirely new perspective of looking at interactive interfaces and helps bring our application to life with real time capabilities.

Guides us on how we can build, document and showcase our components in an isolated environment.

Compares the various methodologies covered throughout this book, with a glimpse into the future of UI development.

Audience

This book is ideal for developers who are familiar with React and are looking for a comprehensive guide for building modular, extendable and scalable user interfaces. Even though this book is intended for intermediate to advanced React developers, anyone new to React can easily follow along given the progressive format of this book where each chapter builds on the chapters before.

Publishing

These books are being released here as drafts, free to read, but are also being edited, produced and published through Leanpub.

Contributions

Please review the guidelines. Any contributions you make to this effort are greatly appreciated.