Skip to content

FAQ: How does WebCrumbs work?

WebCrumbs Community edited this page Oct 20, 2023 · 1 revision

WebCrumbs proposes a modular architecture where plugins, packaged with Webpack, are managed by an Admin container developed with Next.js. This setup allows for seamless integration into any website, enabling developers to add new features effortlessly.

WebCrumbs leverages the SSR capabilities of Next.js to ensure SEO-friendly, performant rendering of the plugins within the Admin container. This SSR feature is harmoniously integrated with lazy loading and other optimization techniques to ensure a fast, smooth user experience.

Routing control is a pivotal feature of the Admin container. It's designed to have control over specific routes and pages, allowing for a structured and organized user interface.

Clone this wiki locally