Run pre-commit on all files

This commit is contained in:
Charles-Axel Dein
2020-07-21 09:37:15 +02:00
parent 4af5a19d79
commit ec0f449ede
22 changed files with 125 additions and 36 deletions

View File

@@ -1,3 +1,15 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [An introduction to React](#an-introduction-to-react)
- [The inspiration for React](#the-inspiration-for-react)
- [React components](#react-components)
- [An introduction to state management in React application](#an-introduction-to-state-management-in-react-application)
- [Testing React applications](#testing-react-applications)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# An introduction to React
## The inspiration for React