23-design-patterns-app

23 Design Patterns App

https://23-design-patterns-app.xgqfrms.xyz/

不同分支 git branch

# create branch
$ git branch web-app
$ git branch desktop-app
$ git branch rn-app
$ git branch flutter-app
$ git branch ssr-app
$ git branch pwa-app
$ git branch amp-app
$ git branch taro-app

# checkout branch
$ git checkout branch web-app
$ git checkout branch desktop-app
$ git checkout branch rn-app
$ git checkout branch flutter-app
$ git checkout branch ssr-app
$ git checkout branch pwa-app
$ git checkout branch amp-app
$ git checkout branch taro-app


web app

React + Redux + TypeScript

desktop app

Electron

react native app

React Native

flutter app

Flutter + Dart

SSR app / PWA app / AMP app

Nest.js / Nuxt.js

小程序

Taro

app project content

  1. menu / navigator
  2. preview / details
  3. codes
  4. share

23 种设计模式 APP

https://www.cnblogs.com/xgqfrms/p/12904917.html