matthewmueller / matthewmueller/socrates

V5

Open
#19 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
572
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Next iteration of this library, I'd like it to have the following:

  • no redux
  • less dependencies
  • only support reducer trees
  • no middleware support
  • implicit getter/setters store("user.password", "pass123") & store('user.password')
  • synchronous, no multiple argument support
  • ES6 => ES5
  • store should be mutable inside reducers, but not outside

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing the current store implementation and its Redux, middleware, dependency, and reducer behavior, then clarify which V5 checklist items are required; done should be defined by agreed tests for the proposed API, synchronous behavior, ES5 output, and reducer mutation boundaries.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, redux
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.