Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonkuhrt/nexish
https://github.com/jasonkuhrt/nexish
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonkuhrt/nexish
- Owner: jasonkuhrt
- Created: 2019-10-02T03:56:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T08:58:52.000Z (over 1 year ago)
- Last Synced: 2024-10-28T09:05:57.988Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 719 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nexish
A minimalist reimplementation of [Nexus](https://github.com/prisma-labs/nexus) by [@tgriesser](https://github.com/tgriesser).
I created this to help myself learn Nexus which I am currently working on in collaboration with Tim and my colleagues ([@Weakky](https://github.com/Weakky)) at Prisma Labs. Trying to reimplement Nexus helps give me a deeper appreciation and understanding for the system. I am also curious how simple I can make the implementaiton and if I can lift a few restrictions we're currently hitting while trying to introduce plugins into Nexus.
### Development
I am using [Quokka](https://quokkajs.com) + VSCode to create a real-time feedback loop. This is why you'll see some trailing `// ?` and no apparent tests or logs. It is a wonderful creative tool for creative flow.
![](/assets/errors.png)
![](/assets/output.png)