sullenor / clean-up-your-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean up your code

A small attempt of mine to simplier development of the multiple packages and keeps its quality on the certain level.

Preface

The name was inspired by the book React Design Patterns and Best Practices by Michele Bertoli.

Table of contents

Summary on various topics to save time in future.

Lint the code

Bundle code

We tend to write modular code. In this way we split application's logic between modules. But to make it work in the web, we need to know how to concat those modules into single file and what tools are good for that.

About


Languages

Language:JavaScript 91.3%Language:CSS 8.7%