Java Hyd Team
746 subscribers
986 photos
39 videos
670 files
690 links
https://teamhydteam.my.canva.site/

Can visit us on our website 😊
Still working on it 😊
Download Telegram
import {useState} from "react";
import Child from "./Child";
const Parent = ()=>{
const [str]= useState(`hello`);
const [num]= useState(100);
const [bool]= useState(true);
return(
<>
<Child key1= {str} key2 ={num} key3 ={bool}></Child>
</>
)
}
export default Parent;
const Child =(props)=>{
return(
<>
<h1>{props.key1}</h1>
<h2>{props.key2}</h2>
<h3>{JSON.stringify(props.key3)}</h3>
</>
)
}
export default Child;
👍1
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import Parent from "./Parent";
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<Parent />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
Pass String , name ,Boolean ,json object , number array , String array , Array of object from parent component to child component
Pass above data from parent component to child component and child component to sub child component
Forwarded from SathyaReact
React_Code(Sunday Class).zip
1.8 MB
Java Hyd Team
Photo from Sambasivarao Pendela
Everyone must join this tomorrow 😊

Don't miss to join
Forwarded from SathyaReact
Tomorrow @9am we will discuss css in lab
Flowcharts
Backtracking
Variables & Data Types in Java
Time & Space Complexity
Operators
ArrayLists
if-else Statements
Linked Lists
Flow Control (Loops)
Stacks
Patterns
Queues
Functions & Methods
Greedy Algorithms
Arrays
Binary Trees
Sorting Algorithms
Binary Search Trees
2D Arrays
Heaps/Priority Queues
Strings
Hashing
Bit Manipulation
Tries
OOPs
Graphs
Recursion
Dynamic Programming
Divide & Conquer
Segment Trees
Still waiting for that dream job to come along?

The process of applying for jobs can seem long and arduous - which is why many job seekers become despondent quickly.

This is particularly true for those still employed, trying to find a better opportunity during snatched lunch breaks and late evenings.

“Work smarter, not harder” - you’ve heard this before, right?

That’s exactly what you need to do if you’re searching for a new job.

If you’re serious about landing something amazing, you need to work on better habits to make your job hunting more effective so that every application truly counts.

And spending hours on end isn’t necessarily going to get you more results, unfortunately.

Here are three tips:

- Improve your communication skills. There is no going around networking to land the job you want in this day and age. People will most likely hire people that give them a sense of reassurance they can do the job. And when people vouch for them, it makes them more secure.

- Time management. With a full-time job and maybe a family, you need to make sure that you’re managing your time effectively to block time in your schedule searching for new opportunities.

- Distraction-free zones. The same way you manage your urgent projects at work, set distraction-free times during your job search time so that you can focus fully on the tasks at hand - finding a job. Make a coffee, set a timer for one hour, put your phone away, and spend the next 60 minutes searching for something that excites you.

I hope that helps you!


Your coach,
👍2
assignment 1.)display products table and employee table with conditional rendering true means products table false means employee
Forwarded from SathyaReact
Tomorrow drive on react
Forwarded from SathyaReact
6 positions
Forwarded from SathyaReact
Virinchi