Skip to content

Get posts asyncronously from jsonplaceholder.typicode.com

Notifications You must be signed in to change notification settings

gmu04/AsyncHowto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Get posts asyncronously from https://jsonplaceholder.typicode.com/posts

Frameworks I use in this demo project:

  • SwiftUI,
  • GCD (Grand Central Dispatch),
  • Operation/OperationQueue,
  • Async/Await,
  • Combine

TODO:

  • Use PostViewModel struct in Views instead of Post model
  • make getPosts() private in PostsByAsyncAwaitVM

About

Get posts asyncronously from jsonplaceholder.typicode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages