ThinkNEXT Technologies Private Limited offers the Best ReactJS Training Company in Chandigarh Mohali. ReactJS Training from a software development company is effective and provides great opportunity in the IT Sector. Our experts have more than 6 years of experience with immense knowledge of ReactJS.
We have designed our course in such a way that makes learning ReactJS a fun-filled experience. At ThinkNEXT the trainers provide you practical examples along with the technicalities of the software to guarantee you complete command over ReactJS.
ThinkNEXT gives special attention to your specific needs regarding ReactJS training courses making even technical education a fulfilling experience. ThinkNEXT promises you total learning satisfaction with regards to your ReactJS training course in Chandigarh Mohali.
Course Contents:
- Module 1:Basics of JS
- History of Javascript
- What is ES6
- Block scope, let & const
- Template literals
- Arrow functions
- Spread and Rest operators
- Object literal improvements
- Classes
- Promises
- Iterators and Iterables
- Generators
- Modules
- Set and Map
- Module 2:ReactJS
- What is React?
- Templating using JSX
- Working with React Create Element, Expressions,
- Using logical operators, Specifying attributes, Specifying children
- Module 3: Components
- Significance of component architecture
- Functional
- Class based
- Pure
- Component Composition
- Module 4: State and props
- What is state and it significance
- Read state and set state
- Passing data to component using props
- Validating props using propTypes
- Supplying default values to props using defaultProps
- Module 5: Rendering lists
- Using React key prop
- Using map function to iterate on arrays to generate elements
- Module 6:Routing with react router
- Setting up react router
- Understand routing in single page applications
- Working with BrowserRouter and HashRouter components
- Configuring route with Route component
- Using Switch component to define routing rules
- Making routes dynamic using route params
- Working with nested routes
- Navigating to pages using Link and NavLink component
- Redirect routes using RedirectComponent
- Using Prompt component to get consent of user for navigation
- Path less Route to handle failed matches
- Module 7:Working with forms
- Controlled components
- Uncontrolled components
- Understand the significance to defaultValue prop
- Using react ref prop to get access to DOM element
- Module 8: Event Handling in React
- Understanding React event system
- Understanding Synthetic event
- Passing arguments to event handlers
- Module 9: Just Redux
- What is redux
- Why redux
- Redux principles
- Install and setup redux
- Creating actions, reducer and store
- Module 10: Immutable.js for immutable datastructures
- What is Immutable.js?
- Immutable collections
- Lists
- Maps
- Sets
- Module 11: React Redux
- What is React Redux
- Why React Redux
- Install and setup
- Presentational vs Container components
- Understand high order component
- Understanding mapStateToProps and mapDispatchtToProps usage
- Module 12: Unit Testing in react
- Understand the significance of unit testing
- Understand unit testing jargon and tools
- Unit testing react components with Jest
- Unit testing react components with enzyme
- Module 13: Webpack primer
- What is webpack
- Why webpack
- Install and setup webpack
- Working with webpack configuration file
-
- Working with loaders
- Quick word on code splitting, lazy loading, tree shaking
- Setting up Hot Module Replacement
- Module 14:Server-side rendering with React
- What is server-side rendering (SSR)?
- Why SSR
- Working with renderToString and renderToStaticMarkup methods