NX with refine
im trying to create a project where i wanted to create react app with refine and have it on nx.dev do we have a sample refine in nx? I have tried running it on vite install the lib and replace the app with the minimum refine component and create a custom nx command "refine start" but no avail. I might missing a step using NX im still exploring
9 Replies
Hi @pkalib. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not mention any examples or integration of refine with nx.dev. However, you can refer to the refine documentation and blogs for more information on creating and setting up a refine project:
- Refine Documentation: https://refine.dev/docs
- Refine Blog: https://refine.dev/blog
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------Overview | refine
What is refine?
Blog | refine
A Docusaurus powered blog!
<@329809837338656770> kapa.ai is still learning and improving, please let us how it did by reacting below
like-gold•2y ago
Hey @pkalib,
An example will be coming with NX and refine 🚀
Currently, @aliemirs is working on it. Please stay tuned.
fascinating-indigoOP•2y ago
Hahaha nice
like-gold•2y ago
Hey @pkalib,
You can see the PR in here: https://github.com/refinedev/refine/pull/4220
GitHub
chore(examples): add monorepo examples by aliemir · Pull Request #4...
Added examples about build systems and monorepos.
monorepo-with-turbo
monorepo-with-lerna
monorepo-with-lerna-bootstrap
with-nx
Self Check before Merge
Please check all items below before review....
fascinating-indigoOP•2y ago
@salihozdemir so in order to use it in next you need to manually install I get it now. from the samples. we dont have a way to have a generator in nx
passive-yellow•2y ago
Hey @pkalib, we don't offer any executors/generators so far. But if you want you can switch to the non-refine cli ways to run/build your project (like if you use
next.js
you can use next build
, next dev
etc.)
I don't have deep knowledge about the nx and its capabilities but if you end up trying something new, let us know and we can try to implement them in our examples 🙏fascinating-indigoOP•2y ago
sure