Ryan Florence
Ryan Florence
While eating lots of raw meat at a paris café, you, me, and my wife already figured out that Seattle is the place you and your wife would like to...
https://github.com/rpflorence/broccoli-dist-es6-module/blob/master/index.js#L9-L14
I'm not all grumpy about this, but I think its important to keep the community acting proper. Right now you're in violation of the MIT license that ember-tools uses. http://opensource.org/licenses/MIT...
Hey folks 👋🏼 I talked to @jxnblk and he expressed interest in switching to Reach Router (https://reach.tech/router). A few reasons to do it: - route transitions are more accessible (https://reach.tech/router/accessibility)...
I spent a minute or two and found several accessibility issues with the components immediately, for example: - not trapping tab navigation in dialogs - no aria attributes on checkboxes...
I'd love to see this component implement the combobox/autocomplete roles (and associated listbox/option roles for the container view). Here are some resources: http://www.w3.org/TR/wai-aria-practices/#combobox http://www.w3.org/TR/wai-aria/roles#combobox http://www.w3.org/TR/wai-aria-practices/#autocomplete http://www.w3.org/TR/wai-aria/states_and_properties#aria-autocomplete Currently the keyboard experience...
🚧 [Project Board](https://github.com/orgs/remix-run/projects/10) Updating Remix's React Router dependency to v6.4, which includes all data loading, mutations, error handling, rendering etc., but does not include streaming/deferred (that's in a different issue)....
An improved file system route convention to help route visibility and module co-location. ## Progress - [x] RFC: https://github.com/remix-run/remix/discussions/4482 - [ ] PR ## Community Implementation https://github.com/kiliman/remix-flat-routes
Will allow unit testing React components that use Remix APIs like `useFetcher` outside of a running Remix app. Possibly depends on #4485, we'll see as we get into implementation. ##...
While not the recommended way to run Remix, some React Router apps have deep integration with webpack that will take a while to iterate out of. This repo will show...