Photo by Fons Heijnsbroek on Unsplash
Local First Software
A new approach that rivals Client-Server architecture
An interesting article of a different way of writing client-side apps which are "local-first".
Notable writers include Martin Klepmmann (Author of Designing Data Intensive Apps), Adam Wiggins, Peter and Mark from Heroku.
Seven ideals of Local First App:
1. No Spinner
2. Work is not trapped on 1 device
3. Network is OPTIONAL
4. Seamless collaboration with colleagues
5. Accessing data till eternity
6. Secure and Private by default
7. Retail ownership and control
๐ Links:
- Essay link
- Local website with reading materials, software libraries and app examples.
ย