ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
350 stars 39 forks source link

Child-themeing Foxhound #127

Open aurovrata opened 6 years ago

aurovrata commented 6 years ago

Beyond the page template/css overloading approach to child theme-ing, I have been trying to understand how to extend the theme's default react app functionality to customise my child theme js functionality. I understand how to add custom fields to existing end-points, however, what I am not able to understand is how to load custom react components. Should I/Can I build a custom react app to load from my child theme? If so how can I ensure it executes after the parent theme app?