Very complicated and confusing... #1850
Replies: 1 comment
-
Indeed that's confusing. I just created #1851.
You aren't supposed to use Let me know if you believe something else can be done to improve the docs's structure. Looking forward to more critical feedback. As to what you're trying to achieve, why not simply using the |
Beta Was this translation helpful? Give feedback.
-
At first vike caught my attention with claiming to focuses on being an excellent frontend framework while not interfering with the rest of your stack and follows what we call a "do-one-thing-do-it-well architecture": So i click the link to their homepage.
Then read the quick start guide:
First they said they are frontend olny, now they want me to choose betwwen SPA, SSR, SSG, HTML-only. what is the difference between SSG and HTML-only? if there is SPA, why there is no MPA?
Then I also need to choose With Server Routing or Client Routing. What is that?? SSR is Server. SSG is Client. Why after i choose either SSR, or SSG, i need to choose again between client route or server route? But Ok lets continue.
My goal is simple. to do static site export. in nextjs its very simple just enable it from single config file.
then it will export the static files, each routes gets its own directory.
Lets see how in vike, I choose SSG, so I follow the steps here:
And now in my dist directory, i have client&server folder. why? I just want SSG. How to use this splitted environment??
I tried all different configs combination:
all of it failed, it still build both client and server files. and why vike has many different configs? so confusing and unorganized.
Beta Was this translation helpful? Give feedback.
All reactions