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
I am starting to learn how to develop shopify app, it recommand us to use Remix with Polaris, but I found Remix recommand using tsx, but the app that shopify cli created is using jsx, and some components of Polaris will show errors in jsx file, and doc of shopify polaris is using tsx in codesandbox. I am very confused, which one shoud I choose?
Also, is about Route:
when file name is 'settings.jsx', when I go '[app_name]/settings', it will show error, notes that "No Features were provided." or "No i18n was provided."
when file name is 'app.settings.jsx', page will show normally, but the url is '[app_name]/app/settings', the '/app/' is in url, it's not I want.
did i miss something?
The text was updated successfully, but these errors were encountered:
I am starting to learn how to develop shopify app, it recommand us to use Remix with Polaris, but I found Remix recommand using tsx, but the app that shopify cli created is using jsx, and some components of Polaris will show errors in jsx file, and doc of shopify polaris is using tsx in codesandbox. I am very confused, which one shoud I choose?
Also, is about Route:
when file name is 'settings.jsx', when I go '[app_name]/settings', it will show error, notes that "No Features were provided." or "No i18n was provided."
when file name is 'app.settings.jsx', page will show normally, but the url is '[app_name]/app/settings', the '/app/' is in url, it's not I want.
did i miss something?
The text was updated successfully, but these errors were encountered: