DEV Community

Rajat
Rajat

Posted on

 

React-admin as a low code library to build CRM

LowCode tools let you generate code files of an application in a structured way using a visual drag and drop tool.

NoCode tools let you generate an app with a visual drag and drop tool which but may not have the code structured in a way which can be continued/maintained manually.

So choosing a #nocode platform sometimes becomes risky.

While building a CRM for our D2C brand, we have multiple options like ERPNext or Strapi.

we at Harold Electricals went for a simple mongo,express and react setup to start with.

While choosing a react library we came across react-admin.

This is an amazing #lowcode tool which gives you full customization control along with lowcode development feel.

Check out a 30 minute guide on this link

If you are using lowcode tools, then strapi, rowy are some good tools for building #lowcode backend systems.

Top comments (1)

Collapse
 
reactadmin profile image
react-admin

Hey Rajat! Thanks for the cool feedback! πŸ˜ƒ Keep up the great work!

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.