An open API service indexing awesome lists of open source software.

https://github.com/the-road-to-learn-react/react-ref-example

How to use ref in React as exmaple
https://github.com/the-road-to-learn-react/react-ref-example

react react-ref reactjs

Last synced: about 1 month ago
JSON representation

How to use ref in React as exmaple

Awesome Lists containing this project

README

          

# React Ref by Example

[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-ref-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-ref-example) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-ref-example.svg)](https://greenkeeper.io/)

Showcasing how React Refs work by example. [Read more about it.](https://www.robinwieruch.de/react-ref/)

## Installation

- `git clone git@github.com:the-road-to-learn-react/react-ref-example.git`
- `cd react-ref-example`
- `npm install`
- `npm start`
- visit http://localhost:3000/