
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
rdc-app-context
Advanced tools
Shell context wrapper and component/helper library to be used across apps in realtor.com
$ yarn
installs dependencies
$ yarn start
starts app
Currently, because of current CORS implementation, HOSTS file needs to be configured to use dev.realtor.com:1234 instead of localhost:1234
yarn add rdc-app-shell
This module targets Node.js 6 or later and the latest version of Chrome, Firefox, and Safari.
If you you're developing using npm link, add the following alias in your webpack config, since Hooks can't have two instances of React running at the same time:
resolve: {
alias: {
react: resolve('./node_modules/react')
}
}
The main Provider - Use it as a wrapper around your component to be able to access all contexts.
import React from 'react'
import { RdcAppContext } from 'rdc-app-context'
const Example = () => (
<RdcAppContext>
... all components now have access to contexts
</RdcAppContext>
)
Provides geo specific data such as current user location, both physical and interest.
Provides functionality in order to fetch and retrieve data from apis
Visit GeoContext - for full documentation
Provides Feature Flag specific data: AB Tests and checking if features are enabled.
Provides functionality in order to fetch and retrieve data from apis.
Visit FeatureFlagContext - for full documentation
Provides user specific data such as, authentication information, profile, saved properties, saved searches and hidden home.
Provides functionality in order to fetch and retrieve data from apis.
Visit UserContext - for full documentation
FAQs
App context for Realtor.com
We found that rdc-app-context demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.