Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Documentation and examples are not complete #90

Closed
ittayd opened this issue Jul 8, 2015 · 1 comment
Closed

Documentation and examples are not complete #90

ittayd opened this issue Jul 8, 2015 · 1 comment

Comments

@ittayd
Copy link

ittayd commented Jul 8, 2015

The documentation and examples leave several questions open:

  1. If a react component renders a directive ('<my-cell ...>'), will that work?
  2. If the above works, can the nested directive use react again?
  3. If the above works, will there be a performance improvement? E.g. I render a table where all are rendered with a directive (and even all ). These directives use react, but since it is not one big template, but many small ones, will there be a performance boost?
@kasperp
Copy link
Collaborator

kasperp commented Jul 31, 2015

@ittayd thanks for you issue, you are welcome to open a pull request with suggestions to the documentation.

But to answer your question:

  1. If a react component renders a directive (''), will that work?

No you cannot use a directive from within a react component, see #49

@kasperp kasperp closed this as completed Jul 31, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants