reduced-jade
reduced-jade2y 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.ai2y 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.ai2y 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.ai2y ago
<@329809837338656770> kapa.ai is still learning and improving, please let us how it did by reacting below
fascinating-indigo
fascinating-indigo2y ago
Hey @pkalib, An example will be coming with NX and refine 🚀 Currently, @aliemirs is working on it. Please stay tuned.
reduced-jade
reduced-jade2y ago
Hahaha nice
fascinating-indigo
fascinating-indigo2y 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....
reduced-jade
reduced-jade2y 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
cloudy-cyan
cloudy-cyan2y 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 🙏
reduced-jade
reduced-jade2y ago
sure