-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
miku86
committed
May 19, 2020
1 parent
079ade4
commit 0eb80e3
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Simple and boring | ||
|
||
### View: React + TypeScript + Redux (+ Redux Toolkit) | ||
|
||
- I'm very familiar with React | ||
- TypeScript saves a lot of debugging time | ||
- Redux + Redux Toolkit because it removes a lot of boilerplate and is easy to use | ||
|
||
### Logic: Firebase | ||
|
||
- already familiar with it | ||
- easier to setup than a custom express backend | ||
|
||
### Data: Firestore | ||
|
||
- already familiar with it | ||
- easy to connect to firebase | ||
|
||
## Tooling | ||
|
||
- VCS: Git/Github | ||
- CI: Github Actions | ||
- CD: Netlify |