Devin Abbott
Devin Abbott
Maybe new imports should always be added to the bottom when sorting and grouping are turned off? I can't really see a use case for adding them to the top....
Note that true `BigInt` support may be a bit tricky for React Native, since React Native's Hermes JS engine doesn't support the BigInt type yet. It is in the works...
This is a cool project! I like the concept a lot, and it's already great for discovering libraries. I have a few misc ideas: ### For discovery 1. A Twitter...
Related: https://github.com/davecom/SwiftGraph/pull/79 I think there are some quick improvements that could be made to `detectCycles` that'd improve speed and memory usage a lot - mainly memoizing the results of `neighborsForVertex`...
This would be very helpful. It would go in the underlying project, `react-native-web-player`. I can do this at some point, but in case somebody wants to take it, this is...
That works 😄 . Or an `.nvmrc`. But maybe `Object.assign()` is better since not everybody using this will have nvm.
Totally in scope! I think you're right about it fitting before the "Data Management" section. Great minds think alike ;) https://github.com/dabbott/react-express/blob/1e71b72493a98e28387f556b7bed59c96cc28219/src/utils/Sections.js#L203 @wordofchristian do you have any interest in writing one?...
Good thinking! What would you recommend for a bare minimum production-ready build for a React app? Is `webpack -p` sufficient?
Great idea. I wonder if it should be a mention, or if React DevTools deserves a page of its own?
You're definitely right about props and state being the real value here. I _do_ show these in the color picker example: State: https://github.com/dabbott/react-framer/blob/master/example/app.js#L119-L123 Props: https://github.com/dabbott/react-framer/blob/master/example/app.js#L74-L83 I also show a `text`...