-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions #164
Comments
in the end - we should have only one header component, that will accept
different options inside of it.
So, instead of having
- showcase project - HeaderShowcase
- antd-recipe project HeaderRecipe
- react-print0df Header
we should have only one component wrapper that will fit well for all of
those cases, so we'll be able to delete all of these old components that
have a similar logic
so your goal to have here only one component:
https://github.com/GroceriStar/antd-showcase-components/tree/master/src/components/Header
|
so, if i was you - i'll try to figure out the difference inside of code and try to make it for for all cases at the same time. |
@atherdon Please review header |
i'm on it. |
Review it at this repo. Now I will update at other recipe-antd and gs/showcase |
code looks ok, but i have fetch issue at selector, can you take a look?
and buzz me when i'll need to check it at 2 other repos as well
… |
Header using component Link from react-router-dom. If you will use header without Router you will get Error |
it's in this repo? |
yes, try to start it. maybe i did something wrong.
do you mean i should open not the first page? please elaborate your
previous message about router error
… |
ok, so how i can exactly see a working header?
should i open some sub-page, right?
aka `localhost/prf1` will work?
… |
you can type localhost:3000/ |
In recipe-ant I also add it to router |
should i run react-print-pdf locally again?
… |
yes |
yes, it's a problem with fetch. I tried to downgrade but it's not a success. |
Summary
|
ok, got it, then fixing fetch is my goal in order to make our react
frontend work.
i also exploring how to make an advanced travis setup, so at fetch we can
not just build it and run tests, but also can install a clean react app
separately, add fetch there and try to run it in order to see errors like
this
|
Do you mean add here travic ci? |
it's more like add at travis ci +200% of complexity but for developers it
will work as magic
|
i'm wroking on it. looks like it will be fixed soon. not ideal but - right now we don't have that eror. updating showcase and recipe-ntd with the same logic |
1.Headers HeaderShowcase and HeaderRecipes are working. HeaderRecipeFromShowcase.js doesn't export properly from the module. Which one I should use in this repo?
2. When I will enable it what should I do next? Have you tried enabling this header in showcase and recipe-antd?
The text was updated successfully, but these errors were encountered: