redux-actions.js.org valuation and analysis

Robots.txt Information
Robot Path Permission
GoogleBot /
BingBot /
BaiduSpider /
YandexBot /
User-agent: * Allow:
Meta Tags
Title Read Me -
Description redux-actions Search ⌃K Read Me Introduction API Reference External Resources Changelog Contributors Powered By GitBook Read Me redux-actions ​ ​ ​ ​ ​ ​
Keywords N/A
Server Information
WebSite redux-actions faviconredux-actions.js.org
Host IP hosting.gitbook.io.
Location
Related Websites
Site Rank
More to Explore
redux-actions.js.org Valuation
US$1,525,843
Last updated: 2023-04-27 11:43:51

redux-actions.js.org has Semrush global rank of 6,936,694. redux-actions.js.org has an estimated worth of US$ 1,525,843, based on its estimated Ads revenue. redux-actions.js.org receives approximately 176,059 unique visitors each day. Its web server is located in , with IP address hosting.gitbook.io.. According to SiteAdvisor, redux-actions.js.org is safe to visit.

Traffic & Worth Estimates
Purchase/Sale Value US$1,525,843
Daily Ads Revenue US$1,409
Monthly Ads Revenue US$42,255
Yearly Ads Revenue US$507,050
Daily Unique Visitors 11,738
Note: All traffic and earnings values are estimates.
DNS Records
Host Type TTL Data
redux-actions.js.org. A 298 IP: hosting.gitbook.com.
hosting.gitbook.com. A 110 IP: hosting.gitbook.io.
hosting.gitbook.io. A 110 IP: 104.18.1.145
hosting.gitbook.io. A 110 IP: 104.18.0.145
redux-actions.js.org. AAAA 298 IPV6: hosting.gitbook.com.
hosting.gitbook.com. AAAA 110 IPV6: hosting.gitbook.io.
hosting.gitbook.io. AAAA 298 IPV6: 2606:4700::6812:191
hosting.gitbook.io. AAAA 298 IPV6: 2606:4700::6812:91
redux-actions.js.org. NS 298 NS Record: hosting.gitbook.com.
hosting.gitbook.com. NS 110 NS Record: hosting.gitbook.io.
redux-actions.js.org. MX 298 MX Record: hosting.gitbook.com.
hosting.gitbook.com. MX 110 MX Record: hosting.gitbook.io.
redux-actions.js.org. TXT 300 TXT Record: hosting.gitbook.com.
hosting.gitbook.com. TXT 299 TXT Record: hosting.gitbook.io.
HtmlToTextCheckTime:2023-04-27 11:43:51
redux-actions Search ⌃K Read Me Introduction API Reference External Resources Changelog Contributors Powered By GitBook Read Me redux-actions ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ Flux Standard Action utilities for Redux Table of Contents ​ Getting Started ​ ​ Installation ​ ​ Usage ​ ​ Documentation ​ Getting Started Installation $ npm install --save redux-actions or $ yarn add redux-actions The npm package provides ES modules that should be compatible with every modern build tooling. Usage import { createActions , handleActions , combineActions } from ’redux-actions’ ; ​ const defaultState = { counter : 10 }; ​ const { increment , decrement } = createActions ({ INCREMENT : ( amount = 1 ) => ({ amount }), DECREMENT : ( amount = 1 ) => ({ amount : - amount }) }); ​ const reducer = handleActions ( { [ combineActions ( increment , decrement )] : ( state , { payload : { amount } } ) => { return { ... state , counter : state . counter + amount }; } }, defaultState ); ​ export default reducer ; ​
HTTP Headers
HTTP/1.1 302 Found
Date: Wed, 20 Oct 2021 16:11:00 GMT
Connection: keep-alive
Location: https://redux-actions.js.org/
Server: cloudflare
CF-RAY: 6a1384fd3ef86375-ORD

HTTP/2 200 
date: Wed, 20 Oct 2021 16:11:01 GMT
content-type: text/html; charset=utf-8
cf-ray: 6a1384fe0db528f5-ORD
accept-ranges: bytes
cache-control: public, max-age=86400, s-maxage=86400, stale-while-revalidate=3600, stale-if-error=43200
vary: Accept-Encoding
cf-cache-status: MISS
expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
function-execution-id: qtuhqmuq7yzf
x-cloud-trace-context: 791d38783d46438b85e2f78c05476042
x-powered-by: Express
server: cloudflare