aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore(frontend): use createRoot from React 18 #78

Closed trivikr closed 1 year ago

trivikr commented 1 year ago

Issue

Refs: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis

Description

Uses client rendering APIs from React 18.

Testing

Local testing


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.