0.0.7 • Published 5 years ago

@bettercode/foot-print v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Description

React.js로 만든 애플리케이션에서 발행하는 이벤트(에러, url 변경 등)를 서버에 전송하는 React 컴포넌트입니다.

Install

Using npm:

npm install @bettercode/foot-print

Usage

이벤트를 수집하고자하는 React 컴포넌트를 감싸서 선언하며 url에는 서버 주소를 입력합니다.

ReactDOM.render(
    <FootPrint url='http://127.0.0.1/event-logs/'>
        <Dev />
    </FootPrint>, document.getElementById('root'));
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago