Posts by Sergio Diniz • 31 points
2 posts
-
2
votes1
answer226
viewsQ: Make React components available as dependency
blz? i have some React components here and need to make all of them available in one dependency only, semantic style, how can I do this? i am trying to export the components on an index importing…
-
1
votes1
answer1610
viewsQ: Download PDF Files in Reactjs
I have a small problem in downloading PDF files I have a API that returns a array bytes with the type: "application/pdf", if I call straight in my browser route. Ex: localhost/api/download/pdf/{id}…