Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
1–10 of 45 posts
Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#2 1. lazy-loads files
2. handles JS/CSS/images
3. handles nested dependencies
4. makes it easy to manage dependencies among team members
5. is extremely lightweight
I realize that many teams use RequireJS to manage dependencies but I saw an opportunity to make a library that could accomplish many of the same things but with a much smaller footprint and a simpler API. I hope you'll give it a try and let me know what you think!Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#3Hi Everyone - author here. I just wanted to give you some background on the project. JohnnyDepp came out of a feature request I got on another project called LoadJS ( https://github.com/muicss/loadjs ) which is an async loading library. The request was for a higher-level dependency manager that: 1. lazy-loads files 2. handles JS/CSS/images 3. handles nested dependencies 4. makes it easy to manage dependencies among t…
When you use that, you have dependency management supported by the browser natively.
In that light, are custom dependency loaders still needed?
Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#4Hi Everyone - author here. I just wanted to give you some background on the project. JohnnyDepp came out of a feature request I got on another project called LoadJS ( https://github.com/muicss/loadjs ) which is an async loading library. The request was for a higher-level dependency manager that: 1. lazy-loads files 2. handles JS/CSS/images 3. handles nested dependencies 4. makes it easy to manage dependencies among t…
Have you looked into ? When you use that, you have dependency management supported by the browser natively. In that light, are custom dependency loaders still needed?
Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#5Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#6Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#7Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#8Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#9Re: Show HN: JohnnyDepp – A tiny dependency manager for modern browsers in 862 bytes
#10Hi Everyone - author here. I just wanted to give you some background on the project. JohnnyDepp came out of a feature request I got on another project called LoadJS ( https://github.com/muicss/loadjs ) which is an async loading library. The request was for a higher-level dependency manager that: 1. lazy-loads files 2. handles JS/CSS/images 3. handles nested dependencies 4. makes it easy to manage dependencies among t…