
:jack_o_lantern: Reddit app writing in react-native + redux !
xReddit is an exciting new application designed for Reddit users that harnesses the power of React Native. Currently functional on Android, it's set to expand with support for iOS and OSX, promising an even broader accessibility for users in the near future. This innovative platform aims to enhance the Reddit experience with its user-friendly interface and seamless performance.
As the development progresses, the xReddit team is eager for community contributions and feedback, allowing users to be part of its evolution. The potential for added features and improvements is high, making it an application to keep an eye on.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.