https://github.com/prodo-dev/prodo-poc
https://github.com/prodo-dev/prodo-poc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prodo-dev/prodo-poc
- Owner: prodo-dev
- Created: 2019-10-21T09:52:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:08:32.000Z (about 3 years ago)
- Last Synced: 2025-06-15T14:19:35.659Z (8 months ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Self-contained MVP
This code is to illustrate some of the core concepts discussed in this [post](https://medium.com/prodo-ai/bringing-the-simplicity-of-react-to-your-entire-stack-a63b414d9714).
- User app code is in `src/index.tsx`, `src/store` and `src/components`
- Library code is in `src/@prodo`
It is deployed [on CodeSanbox](https://codesandbox.io/s/github/prodo-dev/prodo-poc).
[](https://codesandbox.io/s/github/prodo-dev/prodo-poc/tree/master/?fontsize=14&module=%2Fsrc%2Fcomponents%2FApp.tsx)
The above code is only a proof of concept and should not be used in production. If you were looking instead for a more production ready version of the Prodo framework, please head over [here](https://github.com/prodo-dev/prodo) instead. To participate to the conversation and help us shape the future of Prodo, please don't hesitate to join our [Slack channel](https://prodo-feedback-slackin.herokuapp.com).