Ditch React. Ditch Angular. Go Vanilla with Zam
1–10 of 29 posts
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#2Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#3Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#4Why are the methods you provide better than the existing document methods? Also why is the AJAX method better than fetch?
Things get a little more complex with some of the methods though. For example: .css()
Fetch is only faster on certain browsers. I'm thinking about incorporating it in the future.
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#5So this is vanilla jquery? :)
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#6So this is vanilla jquery? :)
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#7Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#8eg in the documentation, ".fadeIn(selector, time)" - "Returns nothing". Why not return a future that resolves when the fade completes?
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#9Genuine question: in 2017, why would you create a JS framework that didn't use futures? eg in the documentation, ".fadeIn(selector, time)" - "Returns nothing". Why not return a future that resolves when the fade completes?
You are right. fadeIn and fadeOut should have some optional callback for completion.
Re: Ditch React. Ditch Angular. Go Vanilla with Zam
#10It seems like your examples page is broken on firefox quantum 57.0.1 (64-bit) for MacOS. It shows up halfway off the screen to the left side for me. https://i.imgur.com/v3IHIoV.png
I had to explicitly set "left: 0"