mirror of
https://github.com/zhigang1992/Boutique.git
synced 2026-04-29 04:24:51 +08:00
Adding strong suggestion to use v2 in the readme
This commit is contained in:
@@ -10,6 +10,8 @@ If you find Boutique valuable I would really appreciate it if you would consider
|
||||
|
||||
---
|
||||
|
||||
## If you're getting started with Boutique today, it is highly recommended that you use the [2.0 release candidate](https://github.com/mergesort/Boutique/releases/tag/2.0.0-rc-1). The update is feature complete with only minor or likely no changes expected. It will be officially released when I finish adding documentation to provide tutorials, best practices, and updated sample projects. While v2 is a huge upgrade, the API changes from 1.0 are minimal enough that it shouldn't be difficult to get started without updated docs in the mean time.
|
||||
|
||||
Boutique is a simple but powerful persistence library, and more. With its dual-layered memory + disk caching architecture Boutique provides a way to build apps that update in real time with full offline storage in only a few lines of code using an incredibly simple API. Boutique is built atop [Bodega](https://github.com/mergesort/Bodega), and you can find a reference implementation of an app built atop the Model View Controller Store architecture in this [repo](https://github.com/mergesort/MVCS) which shows you how to make an offline-ready SwiftUI app in only a few lines of code. You can read more about the thinking behind the architecture in this blog post exploring the [MVCS architecture](https://build.ms/2022/06/22/model-view-controller-store).
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user