mardi 23 avril 2019

Render a component in iframe

im trying to render a react component into an iframe the problem is that every time that i refresh the component all the page got refresh. I try the library react-frame-component and this is my code:

<div className="card-img-top ">
                        <Frame>
                           <Vista documento={'' + this.props.CURP + '_' + this.props.simple} existe={this.state.archivo} /> 
                        </Frame>
</div>

Where Vista is my component that i want to render and refresh only in the iframe. i hope you guys can help me thanks.




Aucun commentaire:

Enregistrer un commentaire