#How to properly construct a component library?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
What is the proper way to handle a local react component library that is used in internal react projects.
Should you transpile the library before it is imported into your application or would you just have an index.ts entrypoint and allow the consuming application to handle the transpiling?