I'm a big fan of postman, and I've been using the native app for a few months. It's great for exploring apis then dumping the code into either curl or requests for Python.
Going native
31–40 of 245 posts
Re: Going native
#32Re: Going native
#33The real question is why Chrome will no longer allow Chrome apps?
My guess is they are doubling down on Progressive Web Apps. Many users don't understand the "browser is an app store" model. Making installing an "App" a seamless transition for websites you constantly use, seems like a UX improvement, if Progressive can deliver on it's vision.
Re: Going native
#34Earlier quoted context omitted.
It's not just an embedded instance of Chromium. There are APIs that bridge the gap with the operating system. One way to look at this is that the UI layer runs on HTML/CSS/Javascript. VS Code, Slack etc. are other common examples. [Electron APIs]: https://electron.atom.io/docs/api/
Right. It's Chromium + JS APIs + some packaging. E.g. an API to write a file.
Re: Going native
#35"The native apps cover all the features and functionality of the Chrome app and Chrome extension together, and more. The native apps run on Electron overcoming a lot of the restrictions of the Chrome platform." My understanding was that Electron is just an embedded instance of Chromium, so I'm reading this sentence more like "The native apps run on [embedded Chromium] overcoming a lot of the restrictions of the [stan…
Yup. Luckily, there is Paw[0] if you want a native experience on the mac. [0]: https://paw.cloud
Re: Going native
#36Earlier quoted context omitted.
It's not just an embedded instance of Chromium. There are APIs that bridge the gap with the operating system. One way to look at this is that the UI layer runs on HTML/CSS/Javascript. VS Code, Slack etc. are other common examples. [Electron APIs]: https://electron.atom.io/docs/api/
Right. It's Chromium + JS APIs + some packaging. E.g. an API to write a file.
Re: Going native
#37Re: Going native
#38Hmm, does Electron really == "native" ??
Re: Going native
#39Hmm, does Electron really == "native" ??