create-near-app
create-near-app copied to clipboard
Make using Components Optional
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.