canjs
canjs copied to clipboard
Build CRUD apps in fewer lines of code.
[We sometimes get asked](https://bitovi-community.slack.com/archives/CFC22NZ8A/p1561062522133300) things like: > Regarding IDE support (ie syntax highlighting, lint rules, etc), is there an IDE that has these types of quality of life plugins available?...
Twice in the past couple weeks, CanJS users have asked how to send multipart form data with CanJS (can-connect and can-ajax): https://bitovi-community.slack.com/archives/CFC80DU5B/p1568332822004000 https://bitovi-community.slack.com/archives/CFC22NZ8A/p1568663390001200 We should determine the best way to...
This issue encompasses a few different issues designed to make it easier to work with types in CanJS6+. - [Make it possible for type functions to modify other type functions](https://github.com/canjs/can-type/issues/27)...
As discussed on the [3/3/2018 Contributor's Meeting](https://youtu.be/Z3CV0zmMFoE?t=23m53s), I'd like to find a way to speed up the demos on canjs.com. Right now, pages with lots of demos load a lot...
When executing '.save' on a very simply configured Supermodel, Content-Type of POST is "application/x-www-form-urlencoded" whereas the default '.update' PUT is Content-Type: "application/json". While it is possible for a backend to...
As originally discussed in the [Working With Forms Guide](https://github.com/canjs/canjs/issues/3708) proposal, we should add examples for how to create and update data to https://canjs.com/doc/guides/forms.html#Workingwithrelateddata.
In the last two UX study sessions I’ve hosted, both devs made comments about the CRUD guide not talking about the server. One dev wanted to see what the backend...
__TLDR:__ add docs for using other libraries inside CanJS and using CanJS components inside other frameworks. > This was discussed on a [recent live stream (5:09)](https://youtu.be/UxBJtHm4Km0?t=309). ## Motivation We sometimes...
__TLDR:__ add docs on what fixtures are, how they work, and how they can improve the development workflow. ## Motivation Fixtures are a game-changing tech that can have a significant...
I looked through our [Google Search Console for canjs.com](https://www.google.com/webmasters/tools/dashboard?hl=en&siteUrl=https://canjs.com/) and filed some issues based on what I found: - [ ] [Fix the Google sitelinks under canjs.com](https://github.com/canjs/canjs/issues/4074) - [ ]...