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
Currently, mastering nano-jsx is a difficult task for a beginner web developer (I am not going to offend you).
To improve this situation, How about nano-jsx providing a cli?
Cli’s feature (?)
easier setup: nano-jsx create [APP]
nano-jsx create should only handle a very simple setup. I think a more detailed setup to ask questions by dialog should be done with create-nano-jsx-app
easier serve: nano-jsx serve with express6
earsier build: nano-jsx build
easier dev server: nano-jsx start or nano-jsx dev
earsier deploy: nano-jsx deploy with "Node.js & vercel" or "deno & Deno Deploy”
and more (docs, info, help)
How about do you think about this? If it looks good, I want to start to work on this little by little.
The text was updated successfully, but these errors were encountered:
Well, I think it's a good idea to provide low layer functionality to help with initialization. It seems good that a third-party library uses it to provide some high layer functionality
If you still think about this, I would suggest only to provide starter templates and simple configurations. The problem that I have with CLIs like react-create-app is that beginners don't learn how to setup the project and then depend on that tools. Refactoring out the "hidden magic" of CLI tools to get a project configuration to an explicit, actual and custom configurable state can even for experienced devs be a pain. It also is a problem in case of flexibility. I for example use Microbundle (Libs and WebComponents) and Webpack (SPAs) depending on the context of the project.
Motivation 🔥
Currently, mastering
nano-jsx
is a difficult task for a beginner web developer (I am not going to offend you).To improve this situation, How about
nano-jsx
providing a cli?Cli’s feature (?)
nano-jsx create [APP]
nano-jsx create
should only handle a very simple setup. I think a more detailed setup to ask questions by dialog should be done withcreate-nano-jsx-app
nano-jsx serve
with express6nano-jsx build
nano-jsx start
ornano-jsx dev
nano-jsx deploy
with "Node.js & vercel" or "deno & Deno Deploy”How about do you think about this? If it looks good, I want to start to work on this little by little.
The text was updated successfully, but these errors were encountered: