Socket
Socket
Sign inDemoInstall

react-marquee-renderer

Package Overview
Dependencies
8
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-marquee-renderer

A blazing fast custom React renderer that supports the only tag that matters: marquee.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-marquee-renderer

npm version downloads

A blazing fast 🚀 custom React renderer that supports the only tag that matters: marquee.

Usage

This is a drop-in replacement for react-dom, so instead of:

import * as ReactDOM from 'react-dom'

Import the react-marquee-renderer:

import * as ReactDOM from 'react-marquee-renderer'

As stated, this renderer only supports the marquee tag. Any other tag will be actually rendered as a marquee.

For more information on supported props, check the MDN marquee docs and ignore the part that says its obsolete.

Seriously

If you haven't noticed by now, this project is a joke. It was created as a demo for a presentation at FikaJS meetup.

For further reading/viewing on the topic of creating custom renderers for React, here are some great resources:

Keywords

FAQs

Last updated on 21 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc