create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

CLI for creating reusable react libraries.

Results 108 create-react-library issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way to import from sub folder? ``` like import {Foo} from 'library/foo' ```

How will it run react-testing-library as it depends on importing `import '@testing-library/jest-dom'` and also in typescript project we would also expect to get type defs as well.

I'm getting the following error when I try to use JSX fragments: ``` Error: ../GoogleTag.tsx(6,5): semantic error TS17016: JSX fragment is not supported when using --jsxFactory ``` ### Repro Steps...

I would like to use CRL with [antd](https://github.com/ant-design/ant-design), but I can't get it to work. Are there any examples on using CRL with antd?

This is not a question, it is just an info I find useful. The following steps help to rename the library: 1. Find all occurrences of the old name and...

After downloading repository from github I must install dependencies for my-library. I do npm install. But somehow my 'example-project' inside doesn't see my-library. It writes ![image](https://user-images.githubusercontent.com/60857659/105033861-589ddb80-5a61-11eb-8629-f3fa2fa30cfc.png) Why does it happen...

Since CRA was updated to use the new module-system for image imports, we've updated all imported images to use the new ".default"-property to get the url: ```jsx import image from...

Would be great if it also creates github actions: * Run build and test on every commit. * Push to npm on tag / release. * Push example to github...

i have create react component library with that.but i can't load my scss variables.i tried with webpack. i have getting variable not found error

I create a library by this nice repo, and push to my github. But when I want to use another computer to continue my work, I got `Maximum call stack...