Coder Social home page Coder Social logo

Universal app about ky HOT 4 CLOSED

sindresorhus avatar sindresorhus commented on May 22, 2024
Universal app

from ky.

Comments (4)

sholladay avatar sholladay commented on May 22, 2024 1

@bkniffler when it comes to the basic stuff, sure, an isomorphic approach works. But I absolutely need relative URLs, which node-fetch does not support because there is no base URL there. Also, the whole concept of a Referer doesn't really work in Node. Conversely, Node has more mature support for streams since it has been around longer - the abstractions in browsers will be better when they are fully implemented, but we aren't there yet.

I think you will find that if you start using some of the more intermediate/advanced features of these HTTP clients, the isomorphic approach starts to look less and less feasible. I do believe we will get there one dsy, but it's going to take some more spec work at W3C and WHATWG first. Otherwise, libraries will just continue to fake it with lots of inconsistencies and gaps in functionality, which is the current status quo.

from ky.

sholladay avatar sholladay commented on May 22, 2024

I suspect you will have an easier time Browserify-ing got than doing the inverse with ky.

from ky.

szmarczak avatar szmarczak commented on May 22, 2024

It depends on what functionalities you are trying to implement. Got provides more functionalities than Ky because Node is a little bit more advanced. I don't recommend using a wrapper because of the differences between them. Use Got when you're targeting Node and use Ky when you're targeting browsers :)

from ky.

bkniffler avatar bkniffler commented on May 22, 2024

I think a lot of people will not be able to "just use both" since if you have a universal react app that fetches data or you write shared libraries for server and client to talk to your API, its much easier to just use axios which can be used on both sides. I don't get why it is so hard to make ky universal/isomorphic though, for node-fetch and isomorphic-fetch exists.

ky is really cool, but I'm looking for something that works everywhere :(

from ky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.