Code Monkey home page Code Monkey logo

Comments (5)

f avatar f commented on September 26, 2024

Suspense is not about data fetching right now, it's about code splitting. This is an alternative for vue-wait https://twitter.com/dan_abramov/status/1055294178001862658?s=19

from react-wait.

itaditya avatar itaditya commented on September 26, 2024

Oh sorry, I got confused, you're right it's not currently for data loading but soon Suspense will be the de-facto solution for most asynchronous behaviour in React. Basically we will be able to provide a fallback component till the actual component loads. So use-wait should take that into account.

from react-wait.

f avatar f commented on September 26, 2024

Yeah, Suspense would be better approach when it's released since it's built-in.

from react-wait.

f avatar f commented on September 26, 2024

I've added a note: https://github.com/f/use-wait#why-not-reactsuspense

from react-wait.

itaditya avatar itaditya commented on September 26, 2024

Thanks! that's a great step. Minor suggestion it should be

React has its own Suspense feature to manage all the async works. It's For now it only supports code-splitting (not data-fetching).

from react-wait.

Related Issues (7)

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.