You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use files separately.
I don't like Single Files Components when I work with a team.
I need the designer and the layout artist work without knowing that we are using hydrogen o whatever framework.
Describe the solution you'd like
I want to import an html file an render it into hydrogen:
Ex:
const pageIndex = fs.readFileSync('./pages/index.html').toString()
const page = ({ data }) => pageIndex // 🤔 I don't know how to mix with string literals
Additional context
I need file separately because designers and layout artists can works individual without any dependency on each other.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use files separately.
I don't like Single Files Components when I work with a team.
I need the designer and the layout artist work without knowing that we are using hydrogen o whatever framework.
Describe the solution you'd like
I want to import an html file an render it into hydrogen:
Ex:
const pageIndex = fs.readFileSync('./pages/index.html').toString()
const page = ({ data }) => pageIndex // 🤔 I don't know how to mix with string literals
Additional context
I need file separately because designers and layout artists can works individual without any dependency on each other.
The text was updated successfully, but these errors were encountered: