Search Topic

Result for Topic: ReactJS

React Redux

A simple example for react redux. store/index.jsx We create a small store for counter using Redux then we export. src/index.jsx src/components/Counter.jsx What is we want...
Continue reading

React Portals

React, as a popular JavaScript library for building user interfaces, offers a powerful feature called “Portals.” These portals enable developers to render components outside the...
Continue reading

ReactJS: Hand Written Notes

Credits: https://www.linkedin.com/posts/atechajay_handwritten-reactjs-notes-activity-7008818278110257152-w4Sq?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy
Continue reading

Class based components in reactJS

PDF: https://github.com/academind/react-complete-guide-code/blob/13-class-based-cmp/slides/slides.pdf What and why Class-based components in React are ES6 classes that extend the component class from React library. They offer more features than...
Continue reading