wise-white
wise-whiteβ€’16mo ago

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
kapa.ai
kapa.aiβ€’16mo ago
Hi @pkalib. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.aiβ€’16mo ago
---------------------- 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!
kapa.ai
kapa.aiβ€’16mo ago
<@329809837338656770> kapa.ai is still learning and improving, please let us how it did by reacting below
extended-salmon
extended-salmonβ€’16mo ago
Hey @pkalib, An example will be coming with NX and refine πŸš€ Currently, @aliemirs is working on it. Please stay tuned.
wise-white
wise-whiteβ€’16mo ago
Hahaha nice
extended-salmon
extended-salmonβ€’16mo 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....
wise-white
wise-whiteβ€’16mo 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
ratty-blush
ratty-blushβ€’16mo 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 πŸ™
wise-white
wise-whiteβ€’16mo ago
sure