Skip to content

Commit

Permalink
Add tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
miku86 committed May 19, 2020
1 parent 079ade4 commit 0eb80e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions friends-reminder/tech-stack.md
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

0 comments on commit 0eb80e3

Please sign in to comment.