python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Mock Service Worker with Gatsby.js
i'm using Mirage.js to fake api call's but mirage is causing some issues on our Gatsby project.
i had the idea of using with Mock Service Worker(MSW) instead.
i'm receiving an error when using setupWo...

Johann Kaltner Dev
Votes: 0
Answers: 1
Nuxt content alternative for vue 3 + vite?
I want to create simple blog with netlify cms and i have no idea is there any plugin with same purpose as nuxt content and with complete api in vue 3.
I look to Vite Plugin MD, while it's a great plug...
Hasan-Almujtaba
Votes: 0
Answers: 1
How to generate js and html into the same folder using nuxtjs
Commonly, the generated result would looks like this:
/dist
-- /_nuxt
---- /static
------ ...(JS files)
-- /page1
---- index.html
-- /page2
---- index.html
Depending on my task, I want to design a ...
Yang Lin
Votes: 0
Answers: 0
What is static site generation?
I know that static site generation idea, The question here is, if SSG gets fetched data at build time, in my next app I used an event handler to get some data according to the search keyword, and it w...

Ahmed Mohamed
Votes: 0
Answers: 1