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
With this hub (and most RC4Community based projects) there exists a large volume of server-side data that is extracted/processed during build time; but are obfuscated, compressed, encoded, encrypted, and otherwise mangled for performance optimized presentation during runtime.
The idea of this component is to allow free text search throughout this volume of data - across ALL components that are deployed as part of the hub/site. Note that this data is inaccessible during runtime due to optimization.
The component must allow the community builder to add indexing tags to such data that will be processed during build time --- hence the component must be the last-to-build.
<h1>Idea: <i1>Google Summer of Code Community Hub</i1></h1>
The component will insert into the build pipeline something that will:
index ALL the tagged information across ALL components sitewide
compresses/package the index depending on the client-side free-text-search technology used
bundle the artifact consistent with NextJS-build for client side consumption
inject the artifact and access hooks
Again. This component will show off the finesse of full stack components and further differentiate them from today's available "components".
The text was updated successfully, but these errors were encountered:
With this hub (and most RC4Community based projects) there exists a large volume of server-side data that is extracted/processed during build time; but are obfuscated, compressed, encoded, encrypted, and otherwise mangled for performance optimized presentation during runtime.
The idea of this component is to allow free text search throughout this volume of data - across ALL components that are deployed as part of the hub/site. Note that this data is inaccessible during runtime due to optimization.
The component must allow the community builder to add indexing tags to such data that will be processed during build time --- hence the component must be the last-to-build.
<h1>Idea: <i1>Google Summer of Code Community Hub</i1></h1>
The component will insert into the build pipeline something that will:
Again. This component will show off the finesse of full stack components and further differentiate them from today's available "components".
The text was updated successfully, but these errors were encountered: