Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like this syntax. How do you pass values to a component and how do you nest components with values and lets say, loop over an array and create a (sub)component? Also, when you embed a component, is there a way to interact with it?

This looks cool, keep it up



Great questions. I currently filling the documentation so you could watch the repo or star it and keep an eye on it. The idea is that components will be like objects and elements so you could easily access them. Take a look at this example:

<div> { this.each(profiles);

  <!-- Render all profiles -->
  <Profile>
} <div> { this.find('Profile').setIsMyProfile(true);

  <!-- render personal profile -->
  My profile.
  <Profile>
}




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: