Question: How does Electron concepts map NextJs ones ? #92
Labels
document
It needs to be documented
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi,
thanks for making nextron possible!.
I wonder if it would be useful to add some specific documentation on how both Electron and NextJS map to each other, or overlap in Nextron.
From a beginner's perspective, it's a bit tricky to fully grasp how both platforms combine.
For example in NextsJS we have:
And in Electron we have:
My guess is that both
build time
andrequest time
(getServerSideProps
andgetStaticProps
) run in themain process
, nodejs side, while therender process
is equivalent to client side in Nextjs, so that therender process
runs the code after Nextjs's code elimination.Sorry if all this is too obvious, just want to verify I'm getting it correctly and perhaps I could contribute with documentation for begginers.
Additionally is there any other main core concept mapping that is useful to consider?
Thanks!
The text was updated successfully, but these errors were encountered: