GithubHelp home page GithubHelp logo

Multi Component Example about vugu HOT 2 CLOSED

vugu avatar vugu commented on April 28, 2024
Multi Component Example

from vugu.

Comments (2)

bradleypeabody avatar bradleypeabody commented on April 28, 2024

Thanks, I'll do my best to answer:

  1. Using components from multiple packages should work, but it's not well tested. The main reason is there is still some refactor to be done specifically regarding how nested components interact with each other and it will break some things (sorry, experimental!), but once that is done (a week or two?) there will definitely be more documentation. For the moment, you should be able to: A) Make a separate package with a .vugu file in, B) use vugugen to generate your .go file, and C) import that package from your main package (e.g. import _ "other/package/with/comp" - that should cause the component in the other package to be available from (main package dir)/root.vugu.

  2. .vugu files do not affect the Go build process in any way; the same package naming rules apply - all the files have to have the same package name (unless they are ignored via build tag). If you change it to something other than "main", the vugu code generator will use that package name, but then your main() func needs to live some place else. Other than package names, or if you're declaring a "Root" or "RootData" struct in two different places, I don't know what other conflict there could be.

  3. I'm not sure what you mean by "import one and only one component" - if you mean each .vugu file corresponds to exactly one component, yes that is correct. And the idea is you use the technique here to include one or more components inside another.

Hopefully that helps for now.

Making it so multiple components work well together and documenting it well is definitely high priority for the project. It should smooth out once #28 is done.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

I'm going to go ahead and close this. If still concerns or questions please have a look at https://github.com/vugu/vugu/wiki/Refactor-Notes---Sep-2019 for the latest developments on this and file a new issue as needed.

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.