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
At the moment, example has a lot of "boilerplate" to accommodate multiple use-case demos, which can make the code harder than necessary to follow and understand.
Rather than having one example folder, let's create an examples folder with a sub-folder for each demo, e.g.:
I propose we use react-scripts to remove the need for webpack.config.js and other files not related to Revalidation. We should also use minimal styling in this folder to keep the examples focused on how Revalidation works 👍.
We could consider building a nice-looking demo for the website but keeping it separate from examples?
The text was updated successfully, but these errors were encountered:
At the moment,
example
has a lot of "boilerplate" to accommodate multiple use-case demos, which can make the code harder than necessary to follow and understand.Rather than having one
example
folder, let's create anexamples
folder with a sub-folder for each demo, e.g.:I propose we use
react-scripts
to remove the need forwebpack.config.js
and other files not related to Revalidation. We should also use minimal styling in this folder to keep the examples focused on how Revalidation works 👍.We could consider building a nice-looking demo for the website but keeping it separate from examples?
The text was updated successfully, but these errors were encountered: