Is it possible to create web component with Next.js
Unanswered
Rhinelander posted this in #help-forum
RhinelanderOP
Recently I tried making web component using Next.js. My component fetches from external source uses state and all that. It fails as it doesn't have page and layout - I don't need those for the component.
Is there a better way - maybe with react. I just want to make button that triggers modal and display results that it gets from external api fetch.
Is there a better way - maybe with react. I just want to make button that triggers modal and display results that it gets from external api fetch.