An open API service indexing awesome lists of open source software.

https://github.com/prodo-dev/prodo-poc


https://github.com/prodo-dev/prodo-poc

Last synced: 5 months ago
JSON representation

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).

[![Edit prodo-POC](https://codesandbox.io/static/img/play-codesandbox.svg)](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).