esmate icon indicating copy to clipboard operation
esmate copied to clipboard

Tools & Templates for Fullstack Development with Node.js, React.js, Astro.js, Next.js, Hono.js, and more.

Results 5 esmate issues
Sort by recently updated
recently updated
newest added

Hi there! In this article, I want to show you how I organize my Next.js Full Stack Project. [Check out ESMate: Tools & Templates for Fullstack Development with Node.js, React,...

While working with Next.js, sometimes, I want to know where my code runs (node, browser), what environment my code runs on (development, production, test), and how to get the environment...

Uploading files is one of the most important tasks while we're working on a web project. So, in the article, I will show you how I upload files with **soki**....

I like to work with GraphQL. GraphQL helps me to create a typed-safe API from the server to the client. However, it's not easy to implement GraphQL. There are a...

```jsonc // Folder-specific settings // // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://zed.dev/docs/configuring-zed#settings-files { "formatter": { "external": { "command":...