Coder Social home page Coder Social logo

componentWillMount about jammming HOT 2 CLOSED

mp1pro avatar mp1pro commented on June 29, 2024
componentWillMount

from jammming.

Comments (2)

powernerd avatar powernerd commented on June 29, 2024

Thanks for the feedback. After reading this issue, and the reactjs.org docs I googled for a little more and found this: https://daveceddia.com/where-fetch-data-componentwillmount-vs-componentdidmount/

Splitting hairs here. After reading the above article, do you agree that componentDidMount is the correct place to move the code to?
Hypothetical: in the event that my Chief Marketing Officer of Jammming Inc. says we need to work on our SEO, we would probably add server side rendering. We wouldn't need to trigger the Spotify.getAccessToken(); code more than once.
Although, it's coded to retrieve the value from memory if it can so it probably doesn't matter at all anyway.

from jammming.

mp1pro avatar mp1pro commented on June 29, 2024

Every use case is different. For this app, set the initial state for accessToken in constructor and use componentWillMount with setState with Spotify.getAccessToken() . You can also render react as a string to the DOM so that no components are triggered for SEO purposes. The article needs updating, I follow this author too, Also go through the comments of that article.

For further help, contact a react adviser @ http://codecademy.com

from jammming.

Related Issues (4)

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.