@unsetsoft/ryunixjs 1.1.5 → 1.1.6-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,3 +17,34 @@ Like React, NextJS, Preact, Vite. Ryunix allows you to build static websites fro
17
17
  Fork a send a pull request!
18
18
 
19
19
  [![Invitame un café en cafecito.app](https://cdn.cafecito.app/imgs/buttons/button_3.svg)](https://cafecito.app/neyunse) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A1314KEV)
20
+
21
+ # Ryunix Framework
22
+
23
+ ## Funcionalidades principales
24
+
25
+ ### Suspense y Lazy Loading
26
+
27
+ - **Suspense**: Permite manejar componentes cargados de forma diferida y mostrar un fallback mientras se cargan.
28
+ - **Lazy**: Carga componentes de forma diferida.
29
+
30
+ ### Context API
31
+
32
+ - **createContext**: Crea un contexto para compartir datos entre componentes.
33
+ - **useContext**: Consume el contexto en un componente.
34
+
35
+ ### Error Boundaries
36
+
37
+ - Captura errores en componentes hijos y muestra interfaces de error personalizadas.
38
+
39
+ ### Portals
40
+
41
+ - Renderiza componentes fuera del árbol DOM principal.
42
+
43
+ ## Optimización
44
+
45
+ - Mejoras en el reconciliador y hooks para reducir el uso de memoria y evitar renderizados innecesarios.
46
+
47
+ ## Próximos pasos
48
+
49
+ - Ampliar compatibilidad y herramientas.
50
+ - Mejorar el ecosistema con CLI y DevTools.