Questions tagged [react-16]

92 questions
0
votes
1 answer

Using Custom Script from a Purchased Theme in React

I'm refactoring HTML into React. The HTML uses a purchased theme that relies on a few custom JS files including jQuery. How do I link custom scripts to components in React? Do I link them in my index.html file in the public folder? Or do I need to…
Brian Patrick
  • 333
  • 5
  • 18
-1
votes
2 answers

React children's when using HOC to wrap parent

I am using React 16.8.6 and I have the following structure: page.js data.text} /> parentComponent.tsx export default class ParentComponent extends…
Gabrielle
  • 812
  • 2
  • 7
  • 28
1 2 3 4 5 6
7