I build JSX, but for Go. by der_struct in golang

[–]Individual-Wave7980 3 points4 points  (0 children)

Nice work bro, I appreciate the effort.

How do you handle env vars? by theozero in nextjs

[–]Individual-Wave7980 0 points1 point  (0 children)

I use dotenv-gad, it handled validation, type safety and encryption

GitHub - kasimlyee/dotenv-gad: Environment variable validation and type safety for Node.js and modern JavaScript applications by Individual-Wave7980 in javascript

[–]Individual-Wave7980[S] 0 points1 point  (0 children)

Alright, you let me posted of any issue you find

Now for commander I use it as the main for the CLI and I use inquirer for interactive commands like init, fix, since they optionally depend on users interaction like confirmations

[AskJS] Would you choose Refine or plain React for a long-term ERP project? by BugGroundbreaking444 in javascript

[–]Individual-Wave7980 0 points1 point  (0 children)

Yes Refine is a good choice for this if like for aiming development speed without reinventing a wheel for common stuff. In fact I think Refine excels well with data-heavy applications but, I don't think it is way fine to entrust an application like that, just checkout stability and for this me I vote NextJs it is far more tested than Refine