How to render React childrens from a StencilJS parent? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceCustom navigation with Navigator component in React-NativeReact children inside of factoryRendering platform agnostic wrapper in ReactType Checking React ChildrenError: Replacing React-rendered children with a new root componentReact parent send data to multiple childrenWhy Does React Render Children Before Parents?Why React renders props.children even when it can be avoided?Web components: How to work with children?Integrate a stenciljs web component into a stenciljs app

How to remove this toilet supply line that seems to have no nut?

Does Parliament hold absolute power in the UK?

Didn't get enough time to take a Coding Test - what to do now?

First use of “packing” as in carrying a gun

When did F become S in typeography, and why?

Wall plug outlet change

What do you call a plan that's an alternative plan in case your initial plan fails?

How are presidential pardons supposed to be used?

Was credit for the black hole image misattributed?

Semisimplicity of the category of coherent sheaves?

Wolves and sheep

Relations between two reciprocal partial derivatives?

What aspect of planet Earth must be changed to prevent the industrial revolution?

What's the point in a preamp?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

How does ice melt when immersed in water?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Why can't wing-mounted spoilers be used to steepen approaches?

Did God make two great lights or did He make the great light two?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Windows 10: How to Lock (not sleep) laptop on lid close?

"... to apply for a visa" or "... and applied for a visa"?

Am I ethically obligated to go into work on an off day if the reason is sudden?



How to render React childrens from a StencilJS parent?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceCustom navigation with Navigator component in React-NativeReact children inside of factoryRendering platform agnostic wrapper in ReactType Checking React ChildrenError: Replacing React-rendered children with a new root componentReact parent send data to multiple childrenWhy Does React Render Children Before Parents?Why React renders props.children even when it can be avoided?Web components: How to work with children?Integrate a stenciljs web component into a stenciljs app



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















In the project I work on we are migrating all the UI components to StencilJS so that they are framework agnostic.
The problem I'm having is that now I have to migrate a Modal that we used to have in the react app to StencilJS and later on that StencilJS component will be consumed by the React app.



Of course modals have children, because they have content. I know that you can render Children with <slot /> in StencilJS, but what if those children are React Components, since the react app is the one consuming the modal?



something like



<Stencil-js-modal>
<react-content-a/>
<other-react-component/>
</Stencil-js-modal>


would that work? In case it wouldn't, then how that kind of integration between react and stencil can be achieved?



Thanks in advance.










share|improve this question






























    1















    In the project I work on we are migrating all the UI components to StencilJS so that they are framework agnostic.
    The problem I'm having is that now I have to migrate a Modal that we used to have in the react app to StencilJS and later on that StencilJS component will be consumed by the React app.



    Of course modals have children, because they have content. I know that you can render Children with <slot /> in StencilJS, but what if those children are React Components, since the react app is the one consuming the modal?



    something like



    <Stencil-js-modal>
    <react-content-a/>
    <other-react-component/>
    </Stencil-js-modal>


    would that work? In case it wouldn't, then how that kind of integration between react and stencil can be achieved?



    Thanks in advance.










    share|improve this question


























      1












      1








      1








      In the project I work on we are migrating all the UI components to StencilJS so that they are framework agnostic.
      The problem I'm having is that now I have to migrate a Modal that we used to have in the react app to StencilJS and later on that StencilJS component will be consumed by the React app.



      Of course modals have children, because they have content. I know that you can render Children with <slot /> in StencilJS, but what if those children are React Components, since the react app is the one consuming the modal?



      something like



      <Stencil-js-modal>
      <react-content-a/>
      <other-react-component/>
      </Stencil-js-modal>


      would that work? In case it wouldn't, then how that kind of integration between react and stencil can be achieved?



      Thanks in advance.










      share|improve this question
















      In the project I work on we are migrating all the UI components to StencilJS so that they are framework agnostic.
      The problem I'm having is that now I have to migrate a Modal that we used to have in the react app to StencilJS and later on that StencilJS component will be consumed by the React app.



      Of course modals have children, because they have content. I know that you can render Children with <slot /> in StencilJS, but what if those children are React Components, since the react app is the one consuming the modal?



      something like



      <Stencil-js-modal>
      <react-content-a/>
      <other-react-component/>
      </Stencil-js-modal>


      would that work? In case it wouldn't, then how that kind of integration between react and stencil can be achieved?



      Thanks in advance.







      reactjs web-component stenciljs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 10 at 12:58









      Mr Lister

      35.6k1078121




      35.6k1078121










      asked Mar 8 at 13:43









      Emiliano IlardoEmiliano Ilardo

      102




      102






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Assuming <Stencil-js-modal> uses a <slot> to display its content that should work fine.



          You'll want to ensure you're using shadow: true when defining the modal; that way React doesn't try to clobber the internals of the component when rendering it.






          share|improve this answer























          • Thank you very much!

            – Emiliano Ilardo
            Mar 11 at 13:39











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55064482%2fhow-to-render-react-childrens-from-a-stenciljs-parent%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Assuming <Stencil-js-modal> uses a <slot> to display its content that should work fine.



          You'll want to ensure you're using shadow: true when defining the modal; that way React doesn't try to clobber the internals of the component when rendering it.






          share|improve this answer























          • Thank you very much!

            – Emiliano Ilardo
            Mar 11 at 13:39















          0














          Assuming <Stencil-js-modal> uses a <slot> to display its content that should work fine.



          You'll want to ensure you're using shadow: true when defining the modal; that way React doesn't try to clobber the internals of the component when rendering it.






          share|improve this answer























          • Thank you very much!

            – Emiliano Ilardo
            Mar 11 at 13:39













          0












          0








          0







          Assuming <Stencil-js-modal> uses a <slot> to display its content that should work fine.



          You'll want to ensure you're using shadow: true when defining the modal; that way React doesn't try to clobber the internals of the component when rendering it.






          share|improve this answer













          Assuming <Stencil-js-modal> uses a <slot> to display its content that should work fine.



          You'll want to ensure you're using shadow: true when defining the modal; that way React doesn't try to clobber the internals of the component when rendering it.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 9 at 4:14









          matthewsteelematthewsteele

          8171619




          8171619












          • Thank you very much!

            – Emiliano Ilardo
            Mar 11 at 13:39

















          • Thank you very much!

            – Emiliano Ilardo
            Mar 11 at 13:39
















          Thank you very much!

          – Emiliano Ilardo
          Mar 11 at 13:39





          Thank you very much!

          – Emiliano Ilardo
          Mar 11 at 13:39



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55064482%2fhow-to-render-react-childrens-from-a-stenciljs-parent%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

          Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

          Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved