GithubHelp home page GithubHelp logo

All in one App ? about spots HOT 3 CLOSED

zenangst avatar zenangst commented on August 11, 2024
All in one App ?

from spots.

Comments (3)

zenangst avatar zenangst commented on August 11, 2024

Hey @aashishdhawan, interesting idea. One of the "key features" of Spots is that you decouple UI from controller implementation, which in turn means that any screen can potentially display anything that you desire. The side-effect of that feature is of course that you could create applications like the ones that you mention. However, we haven't really given it much thought when it comes to build apps like WeChat based of Spots. We do however, have been tinkering a bit with a tvOS implementation for our iOS team, which kind of works in the similar fashion like the thing you are describing.

We made one endpoint that fetches controller data, like the title, cache key that should be used and what endpoint it should fetch from. The factory constructs a collection of controllers that are displayed in a tab bar. Each controller just fetches content from said endpoint and displays it on screen. The rest is handeld by Spots rendering engine.

It can be quiet powerful, especially if you serve up Spots friendly payloads directly from the backend so that you can skip all client-side JSON parsing entirely. Not to rain on this parade or bring up something that could be considered negative but this is pretty much the same approach as serving up a normal web-page, except that it is native 😁

from spots.

zenangst avatar zenangst commented on August 11, 2024

@aashishdhawan should we just close this issue or do you want to discuss it further? :)

from spots.

aashishdhawan avatar aashishdhawan commented on August 11, 2024

yes please, lets close this. @zenangst

from spots.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.