create-near-app icon indicating copy to clipboard operation
create-near-app copied to clipboard

Make using Components Optional

Open gagdiez opened this issue 1 month ago • 0 comments

Right now, all apps come with a page that interacts with the hello world contract, and another page that loads components.

Components add a lot of boilerplate, that people need to delete if they do not want it.

Lets make using components optional, so people can choose if they want to use it or not. By default, we assume people do not want components.

gagdiez avatar May 14 '24 15:05 gagdiez