You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Next.js with Payload CMS, Tailwind CSS, React components, and React Context.
While I enjoy the development experience, I find the setup to be less stable compared to WordPress.
One issue is that every time a module is modified, the entire application needs to be recompiled. Could there be a more efficient implementation, such as bundling individual .next-submodules into a zip file and shipping them as-is?
This approach could facilitate the creation of a marketplace for plugins or add-ons.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I am using Next.js with Payload CMS, Tailwind CSS, React components, and React Context.
While I enjoy the development experience, I find the setup to be less stable compared to WordPress.
One issue is that every time a module is modified, the entire application needs to be recompiled. Could there be a more efficient implementation, such as bundling individual .next-submodules into a zip file and shipping them as-is?
This approach could facilitate the creation of a marketplace for plugins or add-ons.
Beta Was this translation helpful? Give feedback.
All reactions