What's Changed
* fix ruff error + pin ruff ver for now by rmorshea in https://github.com/reactive-python/reactpy/pull/1107
* `reactpy.run` and `configure(...)` refactoring by Archmonger in https://github.com/reactive-python/reactpy/pull/1051
* need to copy scheme from base url by rmorshea in https://github.com/reactive-python/reactpy/pull/1118
* Try to fix lint by rmorshea in https://github.com/reactive-python/reactpy/pull/1157
* fix flaky test by rmorshea in https://github.com/reactive-python/reactpy/pull/1158
* Fix flask backend mimetype for modules by elro444 in https://github.com/reactive-python/reactpy/pull/1131
* Concurrent Renders by rmorshea in https://github.com/reactive-python/reactpy/pull/1165
* update nodejs install method in docker by rmorshea in https://github.com/reactive-python/reactpy/pull/1168
* fix strict eq effect test by rmorshea in https://github.com/reactive-python/reactpy/pull/1170
* Skip rendering None in all situations by rmorshea in https://github.com/reactive-python/reactpy/pull/1171
* fix black lint by rmorshea in https://github.com/reactive-python/reactpy/pull/1193
* Update PR workflow / workspace by Archmonger in https://github.com/reactive-python/reactpy/pull/1053
* Use `utf-8` for reading files by Archmonger in https://github.com/reactive-python/reactpy/pull/1200
* Concurrent rendering naming fixes by Archmonger in https://github.com/reactive-python/reactpy/pull/1211
* Fix the CI by Archmonger in https://github.com/reactive-python/reactpy/pull/1233
* Fix flakey `use_location` test by Archmonger in https://github.com/reactive-python/reactpy/pull/1234
* Move `reactpy.backend.hooks` module into `reactpy.core.hooks` by joshbmair in https://github.com/reactive-python/reactpy/pull/1210
* Fixes needless custom component recreation (1195) by shawncrawley in https://github.com/reactive-python/reactpy/pull/1224
* Added checked: element.checked to INPUT in elementConverters by DennisHC in https://github.com/reactive-python/reactpy/pull/1126
* fix sdist by rmorshea in https://github.com/reactive-python/reactpy/pull/1191
* Fix hook deprecation warning by Archmonger in https://github.com/reactive-python/reactpy/pull/1240
* Build JS distributables using local javascript by Archmonger in https://github.com/reactive-python/reactpy/pull/1243
* v1.1.0 by Archmonger in https://github.com/reactive-python/reactpy/pull/1244
New Contributors
* elro444 made their first contribution in https://github.com/reactive-python/reactpy/pull/1131
* joshbmair made their first contribution in https://github.com/reactive-python/reactpy/pull/1210
* shawncrawley made their first contribution in https://github.com/reactive-python/reactpy/pull/1224
* DennisHC made their first contribution in https://github.com/reactive-python/reactpy/pull/1126
**Full Changelog**: https://github.com/reactive-python/reactpy/compare/reactpy-v1.0.2...reactpy-v1.1.0