framework-x icon indicating copy to clipboard operation
framework-x copied to clipboard

A reasonable programming framework.

Results 83 framework-x issues
Sort by recently updated
recently updated
newest added

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

site

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

bug
api
before release

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

api
before release

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.

site
examples
after public

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.

site
after public

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

question
examples

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

documentation
api