Corona Quarantine really sucks. So I decided to develop a library like jQuery. But I don't know how to start.
Please help me with this.
NOTE Please don't refer to a video. I have Data usage problems.
Corona Quarantine really sucks. So I decided to develop a library like jQuery. But I don't know how to start.
Please help me with this.
NOTE Please don't refer to a video. I have Data usage problems.
For further actions, you may consider blocking this person and/or reporting abuse
Md. Fahim Bin Amin -
nnamdi nwaocha -
Sushant Gaurav -
Emil Pearce -
Top comments (3)
Yeah, I already wrote the basic code. IN ONE FILE.
AND what I am asking is "how should I get started"?
Should I start an npm package? If it is an npm package, How can I make sure that my library will work on a browser?
BTW, My library doesn't have every functionality that jQuery has.
If you want other people to use your package, you need to publish it to NPM. To check, if your package works properly in different environments (how to write packages for Node and browsers), you can link the package locally and connect to your existing apps.