Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/effector/razzle-template

SSR template with React, Effector, TypeScript, ReactRouter, and StyledComponents
https://github.com/effector/razzle-template

Add warning

acbddda5f5f6eeb41bed757f6d1fe84ea1caa8ce authored over 2 years ago by Sergey Sova <[email protected]>
Merge pull request #21 from effector/dependabot/npm_and_yarn/elliptic-6.5.4

build(deps): bump elliptic from 6.5.3 to 6.5.4

bf9c4f850931eaf6e2a55c0abc2beb36aa5354cf authored almost 4 years ago by Dmitry <[email protected]>
build(deps): bump elliptic from 6.5.3 to 6.5.4

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](htt...

8b70e9572c9648f57ef6664e6dcb57668c055c85 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #18 from effector/dependabot/npm_and_yarn/ini-1.3.8

build(deps): bump ini from 1.3.5 to 1.3.8

83610ef2122089ef7e8ccd6771ba7bab7a3b81b3 authored about 4 years ago by Sergey Sova <[email protected]>
Merge pull request #19 from effector/chore/deps

chore: update deps in package json

81604cd982b182ec9dbf787ebefe6883b5c9fe35 authored about 4 years ago by Sergey Sova <[email protected]>
chore(packages except razzle): successfully updated the rest of packages except razzle

50b26e217f7f119e6473ee74954a05b43030cf30 authored about 4 years ago by OlegBrony <[email protected]>
chore(types deps): successfully updated the rest of types packages

2d8db431024e1e30318c3709129bc205c3f8af0a authored about 4 years ago by OlegBrony <[email protected]>
chore(react-dom): updated react-dom dep

2fe050bc2068a4faf7decc34395adb6729943ebd authored about 4 years ago by OlegBrony <[email protected]>
chore(second package with errors - @types/node): @types/node

af5e092b0af61db0f40c50358a5e9fe585f82a51 authored about 4 years ago by OlegBrony <[email protected]>
chore(updated 4 dev packages): found package with problem - @types/express

99f1dae8d0136ca02394c40a53eb21b39ca87b6f authored about 4 years ago by OlegBrony <[email protected]>
chore(updated packages): updates deps in package json

590b40ed12c0fa80540e308a2633d9b722384bfb authored about 4 years ago by OlegBrony <[email protected]>
build(deps): bump ini from 1.3.5 to 1.3.8

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...

86087e8df61a7fbfe5e4a5fc0b51053d77d18d2b authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #17 from cinic/master

fix(package.json): updated razzle and razzle ts plugin, added mapper for tests

bda106158ffe3ab772e1b5d925cb2b9c5c61b069 authored about 4 years ago by Sergey Sova <[email protected]>
fix(package.json): updated razzle and razzle ts plugin

056c98d855e2da3e8d0421ecbfc5f1b6c77aa8f4 authored about 4 years ago by Alexander Andreev <[email protected]>
Merge pull request #15 from effector/feat/improve-release-drafter

ci: add dependencies to release drafter

6b49a1ed2381b040e4bf76e22e820aab1e614be0 authored about 4 years ago by Sergey Sova <[email protected]>
chore: set 0 version of template

It is useful only for libraries, but version is useful only for release notes.
Release drafter ...

71a99497a0238ae3914a07029b7df016cd293e9e authored about 4 years ago by Sergey Sova <[email protected]>
ci: add dependencies to release drafter

ac2fa23194c38bb25a5ec25132f71e7950b3a0b0 authored about 4 years ago by Sergey Sova <[email protected]>
setup release drafter ci (#14)

18671d46ed19bdb883c12c7aa6401c4d4556e6b3 authored about 4 years ago by Sergey Sova <[email protected]>
fix(server.ts): typeError [ERR_INVALID_URL]: Invalid URL (#13)

* fix(server.ts): typeError [ERR_INVALID_URL]: Invalid URL

fix #12

19121a7c4d8f5816633f584bda70bc94af08b3a7 authored about 4 years ago by Oleh <[email protected]>
Merge pull request #11 from effector/feat/node_version

feat(package json): adds latest node js version

9a0c68ce137327c2b1f14a8546d89f08a1ba0190 authored about 4 years ago by Sergey Sova <[email protected]>
feat(package json): adds latest node js version

adds ability to run the dev server with the latest (15.2.0) node.js version

d9837426b584a17204ecc34c49738047a4565ffa authored about 4 years ago by OlegBrony <[email protected]>
feat: minimum supported nodejs v14.0

c756664f672acfe3dfbba6f103c2445c55722dcd authored about 4 years ago by Sergey Sova <[email protected]>
refactor: manually parse query params

express parses `?foo=1&bar=2&foo=3` as `{ foo: [1, 3], bar: 2 }`
but browser parses the same ex...

ef9cafb3c85970fb35660cac7689d9ca1543e169 authored about 4 years ago by Sergey Sova <[email protected]>
Merge pull request #9 from effector/fix/query-not-passed

Params should passed with query to startEvent

e5dd007d1b36beaa2cad8f54cedef5abd8fa320d authored about 4 years ago by Sergey Sova <[email protected]>
Update server.tsx

e6e097725ca2163c080c02ff6947945f2ebf6e49 authored about 4 years ago by Sergey Sova <[email protected]>
feat: upgrade dependencies

22bcfde751059521b6601280092bd76b6a181dc7 authored about 4 years ago by Sergey Sova <[email protected]>
ci: setup codeql

34eba5feaf43230d40f7949896e8be615f2a36ca authored over 4 years ago by Sergey Sova <[email protected]>
Merge pull request #8 from effector/refactor/start-events

fdb4c94d5a7a8d6253909cd9a24bb8d2b97a33b4 authored over 4 years ago by Sergey Sova <[email protected]>
fix(page-routing): start-events-fix

050254212c74b52dd31f533cbe72d7e39df07a7a authored over 4 years ago by OlegBrony <[email protected]>
refactor(page-routing.ts): refactoring-start-events

refactoring lib/effector.ts and withStart hoc

08383fc100e247add6892d038647c9f51f8ce541 authored over 4 years ago by OlegBrony <[email protected]>
Merge pull request #5 from effector/dependabot/npm_and_yarn/http-proxy-1.18.1

build(deps): bump http-proxy from 1.18.0 to 1.18.1

64091edbc5862128fa5b64fb00923e6701f85553 authored over 4 years ago by Sergey Sova <[email protected]>
Merge pull request #7 from effector/feature/updating_packages

Upgrade dependencies

c489e03884bdeee097ec82563c36bba822d18ed7 authored over 4 years ago by Sergey Sova <[email protected]>
chore(package.json): updated-packages

updated some packeges: typescript - 4.0.2; tslint; ts-jest; razzle; razzle-plugin-typescript;
pr...

06d2100a94bf28cecbf42ee619093c3e7daa2d79 authored over 4 years ago by OlegBrony <[email protected]>
refactor(.gitignore): added-idea-to-gitignore

added .idea folder to git ignore file (webstorm config)

316190f848c48eed3a4185638c9a138b4d74ba42 authored over 4 years ago by OlegBrony <[email protected]>
build(deps): bump http-proxy from 1.18.0 to 1.18.1

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Rele...

66b183162fb690b6173bfb6fcdf3fd86ee615bfb authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #4 from effector/dependabot/npm_and_yarn/elliptic-6.5.3

build(deps): bump elliptic from 6.5.2 to 6.5.3

c625ea950c5c5909b542ee9e074d9900d37e043b authored over 4 years ago by Sergey Sova <[email protected]>
Merge pull request #3 from effector/dependabot/npm_and_yarn/websocket-extensions-0.1.4

build(deps): bump websocket-extensions from 0.1.3 to 0.1.4

61172542c657f4b3119f2f02975ce5099759d397 authored over 4 years ago by Sergey Sova <[email protected]>
build(deps): bump elliptic from 6.5.2 to 6.5.3

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

5651052ffecf0f00409523ed8de5e134622b53bc authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3.3.0

cf9b9f3ee158e40fc785ed58449b3aee225fcd39 authored over 4 years ago by Sergey Sova <[email protected]>
feat: add eslint-kit, upgrade to assignStart

80d1929a072168d6b8468080b2a153ebc7e655e5 authored over 4 years ago by Sergey Sova <[email protected]>
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

fd85d0328feec036dbe8e29fe4437377faeabd77 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor: use effector-root instead of lib/effector

0db467d3b39dcff172ee7bb729e1ae707194079f authored over 4 years ago by Sergey Sova <[email protected]>
docs(readme): add rule to use lib/effector import

29e03bf46780b0fbfc3c0fbf31621baf011b99ba authored over 4 years ago by Sergey Sova <[email protected]>
v3.2.0

68f0da9202442c0cfdde5c9d159927ec0c878257 authored over 4 years ago by Sergey Sova <[email protected]>
feat(pages/home): time to resolve effect should be random

fc619101fad82fbcc335cbaedc28249e5fa5a137 authored over 4 years ago by Sergey Sova <[email protected]>
fix(server): make sheet table available for garbage collection

https://styled-components.com/docs/advanced#example

0ec9448388d2c446a2fcccbf15d46d8e355211c5 authored over 4 years ago by Sergey Sova <[email protected]>
feat(server): add perf mark to measure request handle time

6cf3e6297477ac176d71a619dea3f4e325adee51 authored over 4 years ago by Sergey Sova <[email protected]>
refactor(server): use static connections instead of dynamic

remove clearNode usage

6fdd335e9377180e859711dd891fe104b20ff414 authored over 4 years ago by Sergey Sova <[email protected]>
Create LICENSE

5101c4f05b01ad375a5ea1c81de0fe08d5631625 authored almost 5 years ago by Sergey Sova <[email protected]>
Merge pull request #1 from sergeysova/dependabot/npm_and_yarn/acorn-5.7.4

build(deps): bump acorn from 5.7.3 to 5.7.4

c6b497f592fd9e78e629f023d79c76ad77be004d authored almost 5 years ago by Sergey Sova <[email protected]>
v3.1.0

a4f8b209225ccec0049d3bf5b5c9512604c6db15 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: upgrade styled-components

3a0054902541861edae9dd092aeff0445c9668d4 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: upgrade typescript

dae5c263f73bc342293a4f39f09ff72aabd412e9 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: upgrade react

2fec40de966dc55492618bcafe380d3e091418d4 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: upgrade effector

83da14fa27953893ec1742d226d8b882f2822dd4 authored almost 5 years ago by Sergey Sova <[email protected]>
build(deps): bump acorn from 5.7.3 to 5.7.4

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

eb57dda698dfa251752cca86860a270a4ecdadda authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update README.md

f3fd485c2bd8a4147ff5c449b432f1f52ebdddf9 authored almost 5 years ago by Sergey Sova <[email protected]>
Update README.md

5f08c7ce51acc4c39e82f7a034322c3494f21c8a authored almost 5 years ago by Sergey Sova <[email protected]>
feat: add styled-components with streaming

2416cb7e3c453042108bc25722af267d7a433cd1 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: add logger

f0e64100f64aa455bb9c3136abfe0671ec34be3a authored almost 5 years ago by Sergey Sova <[email protected]>
feat: add logger and inspector

5212717a632960cf7b1f379af9a5da453442a2ea authored almost 5 years ago by Sergey Sova <[email protected]>
feat: handle server state to client

34974e9cf6d7b45a620af680980111ee40abf2cf authored almost 5 years ago by Sergey Sova <[email protected]>
feat: add start event for pages

9e0b440fafd9c909a03f5d48b708b0a81cdfc051 authored almost 5 years ago by Sergey Sova <[email protected]>
chore(typescript): add typings for window.INITIAL_STATE

f3edcb6cad32300e55efdc5de2f7000bcd314afb authored almost 5 years ago by Sergey Sova <[email protected]>
build(babel): add effector/babel-plugin

4e8b360dc387434b28c1db69de252efc53e29ef4 authored almost 5 years ago by Sergey Sova <[email protected]>
fix(pages/home): add implementation for getRandomInitialFx

387e3258de3d3dece897694bcc74e105e134fc1f authored almost 5 years ago by Sergey Sova <[email protected]>
test(application): add fork to test

af0a272876e9460879df05a418e45585bdbcd5b9 authored almost 5 years ago by Sergey Sova <[email protected]>
feat: stringify scope on server and load scope values on client

300c6b2de91a44366e71c1363dfddceac77b752f authored almost 5 years ago by Sergey Sova <[email protected]>
feat: wrap app to rootDomain and add provider with fork

scope = fork(domain) before pass to provider is required

2bb98cba098af29496cca755c5b21d91932dea0a authored almost 5 years ago by Sergey Sova <[email protected]>
docs: add featureslices badge

38b45fd5bff73395c96d5faea2b3bf3507ef73c5 authored almost 5 years ago by Sergey Sova <[email protected]>
style: add commitizen, commitlint, husky

mrm --preset rmr rmr-commits

0e64f97bff28532c24b614ec16f4e490fcdfaeeb authored almost 5 years ago by Sergey Sova <[email protected]>
feat: add react-router with config

676e03150d10662ab0724131e6dbd4f4cb2f0cdc authored almost 5 years ago by Sergey Sova <[email protected]>