Kitty Makra, Director, Digital Strategy
Yena Lee, Director of AI Strategy
2022-12-01

How to launch your SaMD to market faster

At our third Software as a Medical Device meetup, Danielle Dorfman Faruq (Regulatory & Quality Director at Kintsugi) shared learnings and tips on how to get your SaMD in the hands of real users faster, while meeting regulatory requirements.

Fishhook hooking a dispatch action call.
Pavel Ivanov, Senior Software Developer
2022-11-25

React Hooks were first introduced in React 16.8 at React Conf 2018. Since then, they have become very popular for several reasons. Firstly, with Hooks, you can extract stateful logic from a component so it can be independently tested and reused. Hooks allow you to reuse stateful logic without changing your component hierarchy, making it easy to share. Secondly, you can use Hooks to split components into smaller functions (e.g. setting up a subscription, fetching data, etc.). Lastly, Hooks let you use more of React’s features without classes.

Newer PostsOlder Posts