You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story
As an extension developer, I want to import papi things in a very natural-feeling way so that I feel more comfortable doing normal JS patterns.
tjcouch-sil
changed the title
Improve papi imports like import { useData } from papi-frontend/react`
Improve papi imports like import { useData } from papi-frontend/reactOct 16, 2023
User Story
As an extension developer, I want to import papi things in a very natural-feeling way so that I feel more comfortable doing normal JS patterns.
Description
Right now, we have all imports pass through the single line
import papi from 'papi-frontend'
. We could improve this to drastically improve developer experience.The text was updated successfully, but these errors were encountered: