odi
odi copied to clipboard
🌪🌌 Opinionated, Declarative, Idiomatic framework for building scalable, supportable and reliable enterprise applications.
Hi there, there is a new typescript runtime called [Deno](https://deno.land). I'm exicted because it will reach 1.0 version after 2 years of development in the next weeks. I would like...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
i'm getting cors errors on the front-end, how to add cors.
Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.3.2 to 1.3.5. Commits - [`6d5ed4b`](https://github.com/commenthol/safer-eval/commit/6d5ed4b90d676a10776b818dee84014dcd41e632) 1.3.5 - [`fbbc623`](https://github.com/commenthol/safer-eval/commit/fbbc623b7a6f6b9176dfed3f1c3d12ccc848f7b8) Merge pull request [#7](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/7) from commenthol/strict-mode-recommendation - [`1a87237`](https://github.com/commenthol/safer-eval/commit/1a8723704b30ac43c3c300223c6132e27b48fc21) fix: use strict mode recommendation - [`b81dab9`](https://github.com/commenthol/safer-eval/commit/b81dab9c7ef88345e5e9a4490426ac171a489add) 1.3.4 - [`073267a`](https://github.com/commenthol/safer-eval/commit/073267ac30e67d3e5c1762c5d0373444ead61660)...
I saw in Readme that one of the Odi features will be GraphQL. Have you considered using [TypeGraphQL](https://github.com/MichalLytek/type-graphql) for that, just [like NestJS](https://docs.nestjs.com/graphql/quick-start#code-first)? 😉
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Does this support react non-pure components? I just tried using useState and class components where it updates every second, something like a timer, but it didn't reflect as expected!
Create a simple landing page with features description and detailed information about the framework.
1. Session-based authentication provider. 2. Add sessions mechanism in core as an optional feature.
Hello, I'm wondering whether it's easy to build a cli for the framework? It'd be good if we can initialize projects with sane defaults (e.g., `--api-only`, etc.). :thinking: