Live data from Hacker News

Viewing profile — lucaquerella

lucaquerella

HN member
Joined
Thu, Sep 01, 2016, 5:49 PM UTC
HN karma
27
Public activity
7 items

About lucaquerella

No profile information was provided.

Recent public activity

  1. comment
    Comment #13018076

    It's quite long to explain it here, why don't you take a look at the Node.swift source code, if you have trouble understanding a specific part I'll be happy to help you.

  2. comment
    Comment #13017873

    It's Void. In that example there is no need for the action to have a payload.

  3. comment
    Comment #13016864

    I don't blame you for being skeptical. The main advantages we've noticed using this pattern are: 1) every time there is a crash or a problem we can look at the the state and the ac…

  4. comment
    Comment #13016623

    It may be an overkill for super simple apps with just few views. But it works great with a larger codebase, at least for us. We have apps built with it with hundreds of views and i…

  5. comment
    Comment #13016505

    Yes, absolutely. You can use it to implement a single view or the entire app. Just render a NodeDescription in an existing UIView. EDIT: https://gist.github.com/lucaquerella/74d8bb…

  6. comment
    Comment #13015761

    I'm one of the author of the framework :) please let me know if you like our approach to apps development we internally use it for creating our own apps at Bending Spoons ( http://…

  7. story