Curation by castarco 11 months ago for query coderspirit
Original results
New results
-
https://blog.coderspirit.xyz/blog/2023/09/15/create-a-react-component-lib/ — found via User
How to create a React components ESM+CJS library
How to create a React components ESM+CJS library NOTE: This article is focused on the technical aspects of package creation and publishing, and assumes th…
-
https://blog.coderspirit.xyz/blog/2023/06/25/a-better-way-to-use-dotenv/ — found via User
A better way to use Dotenv
A better way to use Dotenv UPDATE: Since the release of NodeJS 20.6.0, we can directly load .env files by using the --env-file command line option: node -…