framework-x
framework-x copied to clipboard
A reasonable programming framework.
@austinlxx Per our discussion we want readability first, style points second. Preferably we will have both, but if we have to choose one users should be able to read the...
_Originally posted by @alex-dixon in https://github.com/CoNarrative/framework-x/issues/25#issuecomment-596216789_
One of the mappings doesn’t handle an array as a payload. Before rewrite we had extensive tests for this that should be recovered or recreated. Also worth considering whether type...
Right now createStore is our only ts file and the only one worth having. Ideally it would import some of its type defs from index.d.ts so we can still offer...
I think I see these all the time but can't remember the site I liked the best. We need a filetree view, editor, and live browser preview.
Currently using a token to access the github api since the repo is private. We can remove this once repo is public, then requests will be unauthenticated and per IP.
Looks like process is to open an issue and or a PR. Need to decide whether we want to do this before announcement because it might entail making the repo...
Suggest forking definitelytyped and creating @types/framework-x per instructions here: https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package We can publish our own type definitions, but this forces the IDEs of users of the library to resolve our...