Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update remix plugin to latest version 1.7.5, support for remix stacks #126

Open
mwoodpatrick opened this issue Nov 11, 2022 · 2 comments
Open

Comments

@mwoodpatrick
Copy link

Can we give the remix plugin some attention and update to the latest release

Release v1.7.5 · remix-run/remix (github.com)

Also add support for remix stacks

@juristr
Copy link
Member

juristr commented Nov 12, 2022

We will. The Remix plugin is still a labs plugin so that's why we cannot dedicate as much time as we do to other plugins atm.

Also note that you can update the remix version by yourself, shouldn't have an impact on the actual correct functioning of the plugin.

Also add support for remix stacks

That's something we've been thinking about. Ideally though you would be able to pass existing Remix stacks templates to the Nx plugin generator and it would just proxy stuff through. Otherwise we need to maintain the stacks which we def don't want to.

@johannesschobel
Copy link

Dear @juristr ,
is there an ETA on the updated @nrwl/remix plugin? Or an ETA when to declare it as an official plugin?

I just fiddled around a bit, and i really like it. However, i noticed a few things:

  • app generation misses a stack property (as mentioned above)
  • update to the latest version of remix (currently 1.9.0)
  • i had to manually add npm i remix, as the generator did not add this dependency
  • the generator does not add proper targets to the project.json file of the generated app. I.e., i cannot run npx nx serve demo to start the app. I need to start the dev/prod server via the package.json file within the app folder. This seems a bit "alien" in this case as it does not feels like working with a real nx plugin

All the best and thanks for your hard work on making nx better every day :)
Johannes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants