|
43 | 43 | <a href="#how-to-use">How To Use</a> • <a href="#features">Features</a> • <a href="https://reactime.dev">Website</a> • <a href="#read-more">Read More</a>
|
44 | 44 | </p>
|
45 | 45 |
|
| 46 | +<b>Reactime 17.0</b> |
| 47 | +We are pleased to announce the release of Reactime 17.0, |
| 48 | +which includes several new and improved features. Context API support has now been added. |
| 49 | +You can now monitor state stored in context if your component is subscribed to context changes. |
| 50 | +We also improved the tooltip UI on our tree diagram to improve readability. |
| 51 | +In addition, we have redesigned the Reactime.dev website using Tailwind CSS, |
| 52 | + resulting in a clean, modern design with an intuitive layout. |
| 53 | + To stay informed about future updates, you can now sign up for email notifications. |
| 54 | + |
46 | 55 | <b>Reactime 16.0</b> presents the codebase with substantial, much-needed
|
47 | 56 | clean-up. From the backend and frontend to testing, the Reactime XVI team has:
|
48 | 57 | removed vestigial code, added comments to clarify code, implemented 100% testing
|
@@ -240,9 +249,9 @@ application faster.
|
240 | 249 |
|
241 | 250 | ### 🔹 TypeScript Support
|
242 | 251 |
|
243 |
| -Reactime offers beta support for TypeScript applications using stateful class |
| 252 | +Reactime offers support for TypeScript applications using stateful class |
244 | 253 | components and functional components. Further testing and development is
|
245 |
| -required for custom hooks, Context API, and Concurrent Mode. |
| 254 | +required for custom hooks, and Concurrent Mode. |
246 | 255 |
|
247 | 256 | ### 🔹 Documentation
|
248 | 257 |
|
@@ -284,7 +293,8 @@ of the structure and interfaces of the codebase.
|
284 | 293 | - No longer inject scripts to non-target applications
|
285 | 294 |
|
286 | 295 | ## <b>Read More</b>
|
287 |
| - |
| 296 | +- [Reactime v17.0.0: Now with support for the Context API, and a modern UI](https://medium.com/@reactime/reactime-v17-0-0-now-with-support-for-the-context-api-and-a-modern-ui-f0edf9e54dae) |
| 297 | +- [Reactime XVI: Clean-up Time](https://medium.com/@emintahirov1996/reactime-xvi-cleanup-time-a14ba3dcc8a6) |
288 | 298 | - [Reactime XVI: Clean-up Time](https://medium.com/@emintahirov1996/reactime-xvi-cleanup-time-a14ba3dcc8a6)
|
289 | 299 | - [Inter-Route Time Travel with Reactime](https://medium.com/@robbytiptontol/inter-route-time-travel-with-reactime-d84cd55ec73b)
|
290 | 300 | - [Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)
|
|
0 commit comments