Fork me on GitHub

Other articles

  1. React.js - что это?!

    Полезные ссылки

    Дополнительные библиотеки

    • classnames - A simple JavaScript utility for conditionally joining classNames together.  ( yarn add classnames )

    Create-React-App

    npm i -g create-react-app
    
    npm
    npm init react-app my-app
    
    Yarn
    yarn create react-app my-app
    
    npm start   - запуск приложения
    npm run eject
    

    При возникновении ошибки react-scripts …

    read more

Page 1 / 1

social