Kevin Sullivan

Kevin Sullivan @wolverineks

Location:
New Braunfels, TX
Joined:
Jan 26, 2018

Kevin Sullivan
articles - 12 total

what are the missing features on dev.to?

some people might want thumbs down emoji. what do you think is missing? personally, i want better top...

Learn More 7 5Jun 14 '20

Code of Conduct, huh... What is it good for?

I was reading a post here on dev.to, and one of the replies expressed concern that a certain project...

Learn More 5 0May 12 '20

[react-native-tests] - run jasmine tests on simulator/emulator/device

for anyone interested, react-native-tests runs jasmine tests on a simulator/emulator/device strongly...

Learn More 1 0Apr 8 '20

React Context: One way to do it

If you haven't already read Kent C. Dodds' post on React Context, do it now. I've since tweaked it t...

Learn More 6 0Jan 17 '20

React Router: testing "location.state"

Background In the react channel on Spectrum, someone asked how to test that a component di...

Learn More 14 3Dec 26 '19

React: Library or Framework? Or something else....

Have you ever heard someone say this, React isn't a framework, it's a library I have. So, which...

Learn More 8 1Dec 14 '19

React Context: (CRUD / REST)-ful Entities

TLDR; Here's a link to a codesandbox that uses react context to create a (CRUD / REST)-lik...

Learn More 8 0Oct 22 '19

React Router: Simplifying a user flow

TLDR; I used react-router and nested routers to clean up a particular user flow...

Learn More 10 0Oct 15 '19

React Hook: useSideMenu()

TLDR; Here is a snack similar to how I'm implementing a side menu in a React Native / Expo...

Learn More 42 0Oct 5 '19

Initializing array with length

Straight to the point.... > Array.from({ length: 5 }) [ undefined, undefined, undefined, undefin...

Learn More 6 0Sep 21 '19

An example of improving readability in a React component

Recently, someone asked for a second set of eyes on a component they had written. They indicated that...

Learn More 8 0Sep 10 '19

Untangle react contexts that depend on each other?

Recently on Twitter a question was asked, roughly, how to untangle 2 react contexts that use state/ca...

Learn More 5 0Aug 18 '19