Matthew DeLambo
Matthew DeLambo
Since I haven't worked on Backbone or Stickit apps in several years, I don't think I'm in a good position to lead development on this project. That said, I think...
It would be nice if someone prepped a pull request similar to https://github.com/NYTimes/backbone.trackit/pull/23 for a 0.2.0 release.
All - I haven't worked on a project that has used ice in well over three years which has made it hard to maintain this library. I'm very close to...
Some of the core objects in ice use the old JavaScript convention of marking non-api/private functions with an "_". We should refactor these functions out of the core prototype and...
- adds support for mise and node 20 - adds support for CSS and SCSS Modules, file names: `*.module.scss` - adds long overdue front page deprecation notice
If it's possible, could we restart the `dev` process after changes to `kyt.config.js`, `package.json` and `node_modules`? In a quick Google search I found a [gist](https://gist.github.com/silverwind/d0802f7a919ae86ff25e).
Investigate the various webpack service worker plugins and sw-cache/toolbox and create an RFC for Service Workers in kyt. I'm going to assign this to myself because we will need some...
Our documentation is not user - especially new user - friendly. kyt has many opinions and constraints which are buried in the documentation or starter kyts, or left unexplained. We...
Even though Graphql/Relay are picking up, Redux still seems to be the default data management tool for most new React apps. We've had [some discussion](https://github.com/NYTimes/kyt-starter-universal/issues/10) in our universal starter kyt...