PC Drew

Results 9 issues of PC Drew

Would you consider a PR that removes the need for a `component` attribute in the `` component? It would favor using all children instead. This architecture change would alter the...

Can you please commit the demo code so that others can use this project?

Currently, the project uses Gulp and Babel to produce the server and client libraries required to be imported by anyone using react-server. That means those libraries are transpiled down to...

enhancement

After #997 is complete, ensure that `npm audit` can be run at the root level and for each package in the monorepo. - [ ] Run `npm audit` at the...

enhancement

You included https://github.com/zeit/next.js, any reason https://github.com/redfin/react-server wasn't included?

This expands on PR #10 and #12 by fixing [issues with Travis and Python 3.5](https://github.com/travis-ci/travis-ci/issues/4794) by leveraging [`tox-travis`](https://pypi.python.org/pypi/tox-travis). Travis runs with a matrix of Python versions and `tox-travis` detects the...

This is also probably a good time to recommend documenting architecture decisions in the project. The project itself is very opinionated (which is great!), so all of that should be...

What do you think about adding an option to sort by highest number of matching features? It looks like the sorting would happen here: https://github.com/elijah-penney/not-so-simple/blob/6c6df6b9b6a8d6a63c31b26e50e2f33bba9287aa/helpers/handleFilters.js#L6-L15 like: ```javascript return banks .filter((bank)...

**Requirements** - [X] I have added test coverage for new or changed functionality - [X] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated...