Skip to content

ivopintodasilva/HackerNewsSwiftMVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News reader

This app features an MVVM architecture with a Redux-like state logic implementation.

The next step will be to add an FRP framework.

Right now, the state change reaction is being implemented by handlers that are passed from the Views to the ViewModels. However, making the view observe the ViewModel's attributes might seem like a better solution in order to further decouple both components.

About

A Hacker News app built with MVVM architecture in mind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages