GitShow/developit/stockroom
developit

stockroom

๐Ÿ—ƒ Offload your store management to a worker easily.

by developit
fluxstate-containerstate-managementunistoreweb-workerworker
Star on GitHubForkWebsitenpm

JavaScript

1.7k stars44 forks4 contributorsQuiet ยท 6y agoSince 2018

Meet the team

See all 4 on GitHub โ†’
developit
developit18 contributions
Kanaye
Kanaye3 contributions
dhenson02
dhenson021 contribution
johnrees
johnrees1 contribution

Recent PRs & issues

Quiet ยท 3 in progress ยท Last activity 6y ago
See all on GitHub โ†’
krzepah
WIP: Subscribers now receive update & paramsOpenPR

has https://github.com/developit/unistore/pull/167 dependency

krzepah ยท 6y ago
emilianoLeite
Fix typosOpenPR

Added parens to src/index.js:16 Changed some spaces to tabs, according to .editorconfig Inverted condition in src/inline.js:14 to align it with what is already in the README

emilianoLeite ยท 7y ago
btzr-io
Can't delete nested object from storeOpenIssue

When used with is impossible to delete / remove a nested object or property. See the following example ( This code only works using without ) Unistore only example (working demo)

btzr-io ยท 7y ago

Recent fixes

View closed PRs โ†’
loucyx
Added types.MergedPR

I'm working a lot with TypeScript+Preact+Stockroom, and I needed types to make my workflow even better. Let's make everyone's worflow better with TS ๐Ÿ˜„

loucyx ยท 1y ago
Rogers78
getting below error when trying to compile,kindly help as i am new to this technologyClosedIssue

Error: Avatar(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null. โ–ถ 17 stack frames were collapsed. Module../src/index.js C:/Users/Administrator/react2019ayushi/reactproj/src/index.js:10 7 | import Avatar from './Avatar'; 8 | 9 | 10 | ReactDOM.render(, document.getElementById('root')); 11 | 12 | 13 | serviceWorker.unregister(); View compiled Avatar.js: import React, { Component } from 'react'; import './Avatar.css'; import Avatarlist from './Avatarlist'; import 'tachyons'; const Avatar = (props) => { class Avatar extends Component{ constructor(){ super(); this.state = { name : "Welcome to avatar world" } } namechange(){ this.setState({ name : "Subscribe to ayushi" }) } render() { const avaratlistarray = [ { id:1, name:"ayushi", work:"web developer" }, { id:2, name:"ishita", work:"front-End developer" }, ] const arrayavaratcard = avaratlistarray.map( (avatarcard, i) => { return } ) return ( {this.state.name} {arrayavaratcard} this.namechange() }> Subscribe ) } } } export default Avatar;

Rogers78 ยท 5y ago
avinashsivaraman
Nothing was returned from render error while trying to implement with ReactClosedIssue

I am trying to implement the basic counter using React but getting the below error invariant.js:42 Uncaught Error: p(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null. at invariant (invariant.js:42) at reconcileChildFibers (react-dom.development.js:7688) at reconcileChildrenAtExpirationTime (react-dom.development.js:7756) at reconcileChildren (react-dom.development.js:7747) at mountIndeterminateComponent (react-dom.development.js:8075) at beginWork (react-dom.development.js:8221) at performUnitOfWork (react-dom.development.js:10224) at workLoop (react-dom.development.js:10288) at HTMLUnknownElement.callCallback (react-dom.development.js:542) at Object.invokeGuardedCallbackDev (react-dom.development.js:581)

avinashsivaraman ยท 6y ago
Structured data for AI agents

Repository: developit/stockroom. Description: ๐Ÿ—ƒ Offload your store management to a worker easily. Stars: 1747, Forks: 44. Primary language: JavaScript. Homepage: https://stockroom.surge.sh Topics: flux, state-container, state-management, unistore, web-worker, worker. Open PRs: 3, open issues: 7. Last activity: 6y ago. Top contributors: developit, Kanaye, dhenson02, johnrees.

ยท@ofershap

Replace github.com with gitshow.dev