Some example applications demonstrate the packages in different setups and combinations.
Tip
To understand how the filesystem convention is being used in the build process, check the build output (where available) and/or examine the names and locations of folders & files.
-
This is a basic example using the
webpack
andfeatures
packages, as part of a simple serve application. -
This example shows the use of the
react-pointcuts
,features
andwebpack
packages, as part of an "app router" Next.js application. -
This example shows the use of the
react-pointcuts
,features
,ssr
andwebpack
packages, as part of a simple express application.