As I am new for refine.dev. So, I just want to remove this section
Mark the particular code sniped what should be removed. Aslo show me the file structure and where it locates. I also can't find the layout or the sidebar to edit?
As I am new for refine.dev. So, I just want to remove this section
Mark the particular code sniped what should be removed. Aslo show me the file structure and where it locates. I also can't find the layout or the sidebar to edit?
On
You can just replace the existing code in the CRUD pages (which use Inferencer components) with the generated code available inside the browser modal. That way, you'll have some starter code which you can tailor and build up on:
The aim is to reduce the amount of time spent on creating views for resources by generating the code automatically that can be customized easily.
One aim of the Inferencer is to give us the full shape of API the response and autogenerate some markup with all fields of the resource. It's very handy!
You can check on the official documentation Hiding the Code Viewer and Development Warning
You need to know that this
inferenceris not recommended to be used during production mode