GithubHelp home page GithubHelp logo

Prototype Statically Typed Components about vugu HOT 5 CLOSED

vugu avatar vugu commented on April 28, 2024
Prototype Statically Typed Components

from vugu.

Comments (5)

bketelsen avatar bketelsen commented on April 28, 2024 1

I did something like this last summer:
https://github.com/factorapp/playground/blob/master/pages/components.ghtml
May be worth digging to see the pros/cons of that approach, which is quite different from vugu, but does have namespaced components like you describe.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

I'm bumping this up in priority because it's a big change and if it's to be done it should be done early. Several other big issues (#7, #14, #5) are affected by it.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

Just another note on this is to not forget how to deal with some properties being hard fields but have the option of components just getting all other properties passed in as a generic map or something. I.e. if you pass a property to a component that it knows about it should be set in a type safe way which fails at compilation if not. But you also need the ability to just "pass through" things that you want to end up on an HTML tag but don't otherwise need to look at. In order to make the calling component not have to understand too much about the compnent it's calling it might require a different syntax, e.g. :prop means a hard field, whereas -prop would just get added to a generic map - something like that could work.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

Note to self on syntax:

<!-- this could mean look for a Go struct field named "Prop", and fail on bad name or bad type -->
<pkg:comp :Prop="x"/> 

<!-- while this could mean to pass "prop" in a member of map, for dynamic attributes that the component will parse manually -->
<pkg:comp :prop="x"/>

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

This is now done and merged into master.

from vugu.

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.