-
Notifications
You must be signed in to change notification settings - Fork 2
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
Master React, Quick Code tutorial. Part 7 #8
Comments
This tutorial talks about Component lifecycle, which are the set of actions that are performed before the component is mounted/rendered, after it is mounted, before it is updated and after it is updated. These funcitons will be useful in displaying data we get from the server. Here we have displayed dummy data that mimics our server data and used |
Can you create a PR with latest code changes? |
@sanchit94 i think we did it, right? |
if yes, can you put a code link where we adding meals, with all related fields to them? i'm not remembered, but i think the reason why i didn't close this task before because i didn't find an ingredients section. But i can be wrong, for sure... |
Yes @atherdon the ingredient section was not there, so adding it right now. |
The ingredients would be an array I suppose, I think this is a good time for us to move to ant design components as they will be more suitable for such inputs. Reactstrap has very few features to help with this. I want the ingredients to be a tag select as shown here https://ant.design/components/select/ |
I'm quite not sure about Antd UI Kit. at search form it was a test, in
order to understand more about how it works inside. i also checked the code
of complex Antd project(admin side) - and it's looks very crazy. so i'm not
sure if using Andt will be a good approach for a future. i'm also a big fan
of Bootstrap, so i know how it works very well, and with Andt you will need
to learn a lot from scratch.
yeah, ingredients, directions is array.
On 14-Jul-2018 at 10:12 AM, Sanchit Sharma wrote:
The ingredients would be an array I suppose, I think this is a good time
for us to move to ant design components as they will be more suitable for
such inputs. Reactstrap has very few features to help with this. I want the
ingredients to be a tag select as shown here
https://ant.design/components/select/
Tell me what do you think.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZrDof0rhzFhlOiSQ71niBB9uwNmcFvks5uGcP2gaJpZM4Uk6B6>
.
|
Yes I like bootstrap too, but how do you suggest we implement the tag
select in reactstrap? I checked the documentation but there is no such
component.
On Sat 14 Jul, 2018, 3:52 PM Arthur Tkachenko, <notifications@github.com>
wrote:
… I'm quite not sure about Antd UI Kit. at search form it was a test, in
order to understand more about how it works inside. i also checked the code
of complex Antd project(admin side) - and it's looks very crazy. so i'm not
sure if using Andt will be a good approach for a future. i'm also a big fan
of Bootstrap, so i know how it works very well, and with Andt you will need
to learn a lot from scratch.
yeah, ingredients, directions is array.
On 14-Jul-2018 at 10:12 AM, Sanchit Sharma wrote:
The ingredients would be an array I suppose, I think this is a good time
for us to move to ant design components as they will be more suitable for
such inputs. Reactstrap has very few features to help with this. I want the
ingredients to be a tag select as shown here
https://ant.design/components/select/
Tell me what do you think.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<
#8 (comment)
>,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/ABZrDof0rhzFhlOiSQ71niBB9uwNmcFvks5uGcP2gaJpZM4Uk6B6
>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Af_sDKah0xtXgYKnI9RpZMSu_gVaA5ioks5uGcZigaJpZM4Uk6B6>
.
|
Hmm, it can be Select2 plugin. |
https://medium.com/quick-code/lets-learn-react-chapter-7-component-life-cycle-6aaa815747db
Expected result
Test
First step. React from tutorial [Main task] #1
The text was updated successfully, but these errors were encountered: