I am creating a simple app, I need help to achieve the following,
- I am creating a sample app with Remix.
- the app is simple for learning as I am new here.
- In the app, there is a simple admin interface that has text to display and product selection.
- to display different text for each product, I can not find a way to inject code or structure HTML at the front side of the product page with remix,
- This is in my local, can we inject any code and use front APi from Remix?
Help would be really appreciated, It is really important for me to achieve this.