New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-x

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-x

Cross-platform React interfaces for ReactDOM and React Native.

latest
Source
npmnpm
Version
3.4.1
Version published
Weekly downloads
4
-94.12%
Maintainers
1
Weekly downloads
 
Created
Source

react-x

npm npm npm

Cross-platform React components for ReactDOM and React Native.

Getting Started

Install react-x using yarn:

yarn add react-x

Setup

React Native

No additional setup required for react-native.

React DOM

If using Webpack, you need to add the .dom.js extension to the extensions array.

module.exports = {
  resolve: {
    extensions: ['.dom.js', '.js', '.json'],
  },
};

Motivation

Usage

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.

Special Thanks

A special thanks to @donavon for allowing me to use the react-x package name!

Keywords

components

FAQs

Package last updated on 09 Nov 2019

Did you know?

Socket

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