Skip to content

Releases: learnwithparam/react-crud-contact-list

Styling React applications for beginners

21 Apr 14:48
Compare
Choose a tag to compare
v8.0

feat: Styling React applications for beginners

React talks with API: CRUD with Persistence

21 Apr 06:53
Compare
Choose a tag to compare
v7.0

feat: error handling in API

React Router for beginners

20 Apr 18:16
Compare
Choose a tag to compare
v6.0

feat: Exercise: Handle non exiting routes using React Router

Advanced React and React Hooks

20 Apr 10:15
Compare
Choose a tag to compare
v5.0

feat: React lazy and React Suspense to load the edit contact form on …

State management using React Context API and Hooks

19 Apr 20:44
Compare
Choose a tag to compare
v4.0

feat: Exercise: Refactor dispatch methods to meaningful abstractions …

React Hooks for starters - useState, useEffect, and useReducer

18 Apr 19:33
Compare
Choose a tag to compare
v3.0

feat: Bugfix: UniqueId misbehaving after implementing localStorage (a…

React Hooks for starters - useReducer

18 Apr 10:57
Compare
Choose a tag to compare
v2.5

feat: Improvement: Refactor edit contact logic using pure javascript …

React for starters: Single page CRUD App

17 Apr 19:35
Compare
Choose a tag to compare
v2.0

feat: Bug fix: 1: Try to add same name and resolve the error in the c…