Search code examples
javascriptgoogle-keep

JavaScript: which JS framework Google Keep use?


I'm just curious, which JS framework Google Keep use? I can't find any mention about that.


Solution

  • I can't say 100% what they use since (to my knowledge) it isn't exactly out there; but you can look into other libraries which achieve very similar layouts like: Masonry, Isotope, Salvattore, etc... There is a good chance Google is either extending functionality from that, or using it themselves.

    Also to add to this question, look into the stackoverflow question I found from another user: Is there a Google Keep API?