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
Sometimes it may make sense to have that file to override, but is there a way to eliminate the need for these erb files so that the structure looks like:
app/
|-- controllers/
|-- views/
| |-- dashboard/
| | |-- index.js # The React page component
| | |-- index.json.props # The json for the page component
That would be so much cleaner. You don't have to jump into development right away, i'm open to a discussion on how this can be done.
The text was updated successfully, but these errors were encountered:
A Superglue app’s directory structure looks like this:
Almost always
index.html.erb
just contains a few lines:
Sometimes it may make sense to have that file to override, but is there a way to eliminate the need for these erb files so that the structure looks like:
That would be so much cleaner. You don't have to jump into development right away, i'm open to a discussion on how this can be done.
The text was updated successfully, but these errors were encountered: