Browse Results

Showing 10,601 through 10,625 of 54,108 results

React and React Native

by Adam Boduch

Use React and React Native to build applications for desktop browsers, mobile browsers, and even as native mobile apps About This Book • Build React and React Native applications using familiar component concepts • Dive deep into each platform, from routing in React to creating native mobile applications that can run offline • Use Facebook's Relay, React and GraphQL technologies, to create a unified architecture that powers both web and native applications Who This Book Is For This book is written for any JavaScript developer—beginner or expert—who wants to start learning how to put both of Facebook's UI libraries to work. No knowledge of React is needed, though a working knowledge of ES2015 will help you follow along better. What You Will Learn • Craft reusable React components • Control navigation using the React Router to help keep your UI in sync with URLs • Build isomorphic web applications using Node.js • Use the Flexbox layout model to create responsive mobile designs • Leverage the native APIs of Android and iOS to build engaging applications with React Native • Respond to gestures in a way that's intuitive for the user • Use Relay to build a unified data architecture for your React UIs In Detail React and React Native allow you to build cross-platform desktop and mobile applications using Facebook's innovative UI libraries. Combined with the Flux data architecture and Relay, you can now create powerful and feature-complete applications from just one code base! This book is split into three parts. The first part shows you how to start crafting composable UIs using React, from rendering with JSX and creating reusable components through to routing and creating isomorphic applications that run on Node. We then move on to showing you how to take the concepts of React and apply them to building Native UIs using React Native. You'll find out how to build responsive and streamlined UIs that can properly handle user interactions in a mobile environment. You'll also learn how to access device-specific APIs such as the geolocation API, and how to handle offline development with React Native. Finally, we'll tie all of these skills together and shows you how you can create React applications that run on every major platform. As well as understanding application state in depth, you'll learn how to leverage Relay to make feature-complete, data-driven web and native mobile applications. Style and approach Split into three major sections to help organize your learning, this hands-on, code-first book will help you get up to speed with React and React Native—the UI framework that powers Netflix, Yahoo, and Facebook.

React and React Native: A complete hands-on guide to modern web and mobile development with React.js, 3rd Edition

by Adam Boduch Roy Derks

Get up to speed with React, React Native, GraphQL and Apollo for building cross-platform native apps with the help of practical examples Key Features Covers the latest features of React such as Hooks, Suspense, NativeBase, and Apollo in this updated third edition Get to grips with the React architecture for writing easy-to-manage web and mobile applications Understand GraphQL and Apollo for building a scalable backend for your cross-platform apps Book Description React and React Native, Facebook's innovative User Interface (UI) libraries, are designed to help you build robust cross-platform web and mobile applications. This updated third edition is improved and updated to cover the latest version of React. The book particularly focuses on the latest developments in the React ecosystem, such as modern Hook implementations, code splitting using lazy components and Suspense, user interface framework components using Material-UI, and Apollo. In terms of React Native, the book has been updated to version 0.62 and demonstrates how to apply native UI components for your existing mobile apps using NativeBase. You will begin by learning about the essential building blocks of React components. Next, you'll progress to working with higher-level functionalities in application development, before putting this knowledge to use by developing user interface components for the web and for native platforms. In the concluding chapters, you'll learn how to bring your application together with a robust data architecture. By the end of this book, you'll be able to build React applications for the web and React Native applications for multiple mobile platforms. What you will learn Delve into the React architecture, component properties, state, and context Get to grips with React Hooks for handling functions and components Implement code splitting in React using lazy components and Suspense Build robust user interfaces for mobile and desktop apps using Material-UI Write shared components for Android and iOS mobile apps using React Native Simplify layout design for React Native apps using NativeBase Write GraphQL schemas to power web and mobile apps Implement web and mobile components that are driven by Apollo Who this book is for This book is for any JavaScript developer who wants to start learning how to use Facebook's UI libraries, React and React Native, for mobile and web application development. Although no prior knowledge of React is needed, working knowledge of JavaScript programming will help you understand the concepts covered in the book more effectively.

React and React Native: Build cross-platform JavaScript applications with native power for the web, desktop, and mobile, 4th Edition

by Adam Boduch Roy Derks Mikhail Sakhniuk

Fourth Edition of the popular React book, updated to the latest React 18 to help you go from beginner to professional in React applications developmentKey FeaturesDiscover React's latest features including automatic state update batching and prioritizing state updatesGet to grips with React architecture to write cross-platform apps using libraries such as NativeBaseUnderstand GraphQL and Apollo for building a scalable backend for your applicationsBook DescriptionOver the years, React and React Native has proven itself among JavaScript developers as a popular choice for a complete and practical guide to the React ecosystem. This fourth edition comes with the latest features, enhancements, and fixes to align with React 18, while also being compatible with React Native. It includes new chapters covering critical features and concepts in modern cross-platform app development with React.From the basics of React to popular components such as Hooks, GraphQL, and NativeBase, this definitive guide will help you become a professional React developer in a step-by-step manner.You'll begin by learning about the essential building blocks of React components. As you advance through the chapters, you'll work with higher-level functionalities in application development and then put your knowledge to work by developing user interface components for the web and native platforms. In the concluding chapters, you'll learn how to bring your application together with robust data architecture.By the end of this book, you'll be able to build React applications for the web and React Native applications for multiple mobile platforms.What you will learnExplore React architecture, component properties, state, and contextWork with React Hooks for handling functions and componentsImplement code splitting using lazy components and SuspenseBuild robust user interfaces for mobile and desktop apps using Material-UIWrite shared components for Android and iOS apps using React NativeSimplify layout design for React Native apps using NativeBaseWrite GraphQL schemas to power web and mobile appsImplement Apollo-driven componentsWho this book is forThis book is for any JavaScript developer who wants to start learning how to use React and React Native for mobile and web application development. No prior knowledge of React is required, however working knowledge of JavaScript is necessary to be able to follow along the content covered.

React and Libraries: Your Complete Guide to the React Ecosystem

by Elad Elrom

Harness the power of React and the related libraries that you need to know to deliver successful front-end implementations. Whether you are a beginner getting started or an existing React developer, this book will provide you with the must-have knowledge you need in your toolbox to build a complete app. Start by learning how to create and style your own components, add state management, and manage routing. You’ll also learn how to work with the backend using the MERN stack (MongoDB, Express, React, and Node.js). Once you have completed building your app you will learn how to deliver quality software by conducting unit testing, integration testing, and end-to-end (E2E) testing, as well as learn techniques to debug, profile, and optimize your React app. Libraries and tools covered include TypeScript, Material-UI, Styled Components, SCSS, React Router, Redux Toolkit, Recoil, Jest, Enzyme, Sinon, MongoDB, NodeJS, Express, Serve, Grunt, Puppeteer, ESLint, Prettier and many others. And, you'll get access to bonus material and learn how to conduct and nail React interview questions. Each chapter in this book can be used independently so you can pick and choose the information you’d like to learn. Use it to get deep into your React development world and find out why React has been rated the most loved framework by front-end developers for three years in a row. What You'll LearnReview the basics of DOM, React Virtual DOM, JSX, Babel, ES5/ES6, CRA, package manager, Yarn, Webpack, and build toolsWrite your own custom React components and learn about hooks and props.Apply routing and state management with React Route, Recoil, and Redux ToolkitDeliver quality software and reduce QA load by learning unit testing integration testing and end-to-end testing with libraries such as Jest, Jest-dom, Enzyme, Sinon, and PuppeteerSet an ultimate React automated development and CI cycle with ESLint, Prettier, Husky, Jest, Puppeteer, GitHub Actions, Codecov.io, Coveralls, Travis, and DeepScanPublish your code on Ubuntu Server with the help of GruntOptimize your React app with pure components, lazy loading, prerender, precache, code splitting, tree shaking, reduce media size, and prefetching Who This Book Is For? This book is for new developers looking to start working on React applications, and React developers looking to expand on their existing knowledge. It is also suitable for developers coming from other front-end frameworks such as Angular and Vue who would like to add React to their toolbox.

React 17 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications using industry-standard practices, 3rd Edition

by Carlos Santana Roldan

Build modular React web apps that are scalable, maintainable, and powerful using design patterns and insightful best practicesKey FeaturesGet up to speed with design patterns in React such as render props and controlled and uncontrolled inputsBecome well-versed with React Hooks in this updated third editionWork through examples that can be used to create reusable code and extensible designsBook DescriptionReact is an open-source, adaptable JavaScript library for building complex user interfaces (UIs) from small, detached bits called components. This book will help you to use React effectively to make your applications more flexible, easier to maintain, and improve their performance, while giving your workflow a huge boost by improving speed without affecting quality. You'll start by understanding the internals of React, before gradually moving on to writing maintainable and clean code. The chapters that follow will show you how to build components that are reusable across the application, structure applications, and create forms that actually work. Later, you will build on your knowledge by exploring how to style React components and optimize them to make applications faster and more responsive. Finally, you'll write tests effectively and learn how to contribute to React and its ecosystem. By the end of this book, you'll be able to avoid the process of trial and error and developmental headaches, and instead, have the skills you need to efficiently build and deploy real-world React web applications.What you will learnGet to grips with the techniques of styling and optimizing React componentsCreate components using the new React HooksGet to grips with the new React Suspense technique and using GraphQL in your projectsUse server-side rendering to make applications load fasterWrite a comprehensive set of tests to create robust and maintainable codeBuild high-performing applications by optimizing componentsWho this book is forThis book is for web developers who want to increase their understanding of React and apply it to real-life app development. Intermediate-level experience with React and JavaScript is assumed.

React 16 Tooling: Master essential cutting-edge tools, such as create-react-app, Jest, and Flow

by Adam Boduch

React 16 Tooling covers the most important tools, utilities, and libraries that every React developer needs to know — in detail.Key FeaturesEach chapter presents meta-development solutions to help React developersThe tools used are presented in a practical, solution-oriented approach with no fluffThe chapters are arranged in a logical order that mirrors a typical React development workflow, but you are free to tweak the approaches discussed to fit your own unique styleBook DescriptionReact 16 Tooling covers the most important tools, utilities, and libraries that every React developer needs to know — in detail. As React has grown, the amazing toolset around it has also grown, adding features and enhancing the development workflow. Each of these essential tools is presented in a practical manner and in a logical order mirroring the development workflow. These tools will make your development life simpler and happier, enabling you to create better and more performant apps.Adam starts with a hand-picked selection of the best tools for the React 16 ecosystem. For starters, there’s the create-react-app utility that’s officially supported by the React team. Not only does this tool bootstrap your React project for you, it also provides a consistent and stable framework to build upon. The premise is that when you don’t have to think about meta development work, more focus goes into the product itself.Other React tools follow this same approach to automating and improving your development life. Jest makes unit testing quicker. Flow makes catching errors easier. Docker containers make deployment in a stack simpler. Storybook makes developing components straightforward. ESLint makes writing standardized code faster. The React DevTools plugin makes debugging a cinch. React 16 Tooling clears away the barriers so you can focus on developing the good parts. In this book, we’ll look at each of these powerful tools in detail, showing you how to build the perfect React ecosystem to develop your apps within.What you will learnBootstrap a React application using create-react-appIsolate React component development using StorybookWrite effective unit tests for your React components using JestEnsure that your component code is to standard using ESLintUse browser extensions and built-in component instrumentation to debug React applicationsEnable type safety in React components with Flowtype Deploy React applications inside a Docker container as part of a larger application stackWho this book is forThis book is for React developers of any skill level who want to make their lives easier. It helps to have some familiarity with React, but if you are an experienced web developer looking at React, then this book will show you how to build a resilient toolset around you before you begin.

React 16 Essentials - Second Edition

by Artemij Fedosejev Adam Boduch

Everything you need to start working with React 16 and assess React Fiber About This Book • Hands-on examples and tutorials for the latest React 16 release • Assess the impact of React Fiber for your future web development • Build maintainable and high performance React 16 web applications Who This Book Is For If you're a frontend developer with some knowledge of native JavaScript development and frontend frameworks, wishing to learn the fastest web user interface library there is, then this book is ideal for you. What You Will Learn • Learn to code React 16 with hands-on examples and clear tutorials • Install powerful React 16 tools to make development much more efficient • Understand the impact of React Fiber today and the future of your web development • Utilize the Redux application architecture with your React components • Create React 16 elements with properties and children • Get started with stateless and stateful React components • Use JSX to speed up your React 16 development process • Add reactivity to your React 16 components with lifecycle methods • Test your React 16 components with the Jest test framework In Detail React 16 Essentials, Second Edition, fully updated for React 16, takes you on a fast-paced journey through building your own maintainable React 16 applications. React experts Artemij Fedosejev and Adam Boduch give you all the essentials you need to know and start working with React 16, in this new edition of the best-selling React.js Essentials title. You'll find the latest React 16 code updates, assessment of React Fiber, new coverage of Redux, and how to work as a modern React developer. The authors offer you their current assessment of React Fiber, and you'll soon be exploring React 16 hands on, creating your own single and multiple user interface elements with React 16. You'll then see how to create stateless and stateful components and make them reactive. You'll also learn to interact between your components and lifecycle methods, and gauge how to effectively integrate your user interface components with other JavaScript libraries. Delve deep into the core elements of the Redux architecture and learn how to manage your application and data persistence. Then go the extra mile with the Jest test framework, and run multiple tests on your applications and find solutions to scale without complexity. Today React is used by Facebook, Instagram, Khan Academy, and Imperial College London, to name a few. Many new users recognize the benefits of React and adopt it in their own projects, forming a fast-growing community. The speed at which React has evolved promises a bright future for anyone who invests in learning it today. Let Artemij and Adam bring you a brand new look at React 16 and React Fiber, and move your web development into the future. Style and approach React 16 Essentials, Second Edition, will take you on a fast-paced, hands-on journey through building your own maintainable React 16 applications.

React: Building Modern Web Applications

by Adam Horton Artemij Fedosejev Jonathan Hayward Narayan Prusty Ryan Vice

Master the art of building dynamic, modern web applications with React About This Book • Learn the hot new frontend web framework from Facebook – ReactJS, an easy way of developing the V in MVC and a better approach to software engineering in JavaScript • A fast-paced guide to designing and building scalable and maintainable web apps with React.js • Learn all the new ES6 features and be among the most prominent JavaScript developers who can write efficient JS programs as per the latest standards • Master the art of building modern web applications using React • Learn to build modern native iOS and Android applications using JavaScript and the incredible power of React Who This Book Is For This course is for web developers that want to unlock high performance dynamism in the applications that they create. If you want a comprehensive journey into one of the most important JavaScript frameworks around today, dive into this course. What You Will Learn • Take control of the front end with reactive JavaScript programming • Discover what ReactJS offers your development - before mastering it • Create React elements with properties and children • Use JSX to speed up your React development process • Test your React components with the Jest test framework • Learn the latest syntax of ES6 • Execute ES6 in a non-supported ES6 environment • Learn the principles of object-oriented programming • Create a complete single-page application • Use an application design plan to write smarter, more meaningful code • Learn how to use animations to give extra style to your application • Get to grips with the React Native environment • Write your own custom native UI components • Integrate native modules in Objective-C and Java that interact with JavaScript In Detail ReactJS has helped to transform the web as we know it. Designed by Facebook to help developers build rapid, responsive UI that can deal with data-intensive usage, it's an essential component in any web developer's skillset. This ReactJS course, in five connected modules, provides you with a fast, engaging and practical route into ReactJS—so you can build powerful, elegant, and modern web applications. Beginning with the Reactive Programming with JavaScript module, you will learn how to take advantage of a reactive and functional programming paradigm to rethink how you approach your JavaScript code. It's built to help you understand the concepts, relevant and applicable for any frontend developer. You'll then dive a little deeper into ReactJS. The second module gives you a rapid look through the fundamentals of ReactJS, showing you how to build a basic application and demonstrating how to implement the Flux architecture. In the third module you will get to grips with ES6—this will make you a more fluent JavaScript developer, giving you control over ReactJS. You can put your old JavaScript hacks aside and instead explore how to create ES6 custom iterators. In the final two modules you'll learn how to fully master ReactJS, exploring its wider ecosystem of tools that have helped to make it one of the most important tools in web development today. Ending with insights and guidance on React Native, the tool built for today's demand for native, intuitive user experiences and interfaces, with this course you can be confident in building dynamic and modern apps with React. Style and approach Consisting of five separate modules, journey from the fundamentals of reactive programming to the exciting possibilities of React Native. Each module builds on each other, helping you to incrementally develop your skills and knowledge.

React: Build 4 real-world apps with React Native

by Emilio Rodriguez Martinez

Harness the power of React Native to build 4 real-world appsKey FeaturesBuild quirky and fun projects from scratch and become efficient with React NativeLearn to build professional Android and iOS applications using your existing JavaScript knowledgeUse isomorphic principles to build mobile apps that offer a native user experienceEmbedded with assessments that will help you revise the concepts you have learned in this courseBook DescriptionReact Native helps web and mobile developers to build cross-platform apps that perform at the same level as any other natively developed app. The range of apps that can be built using this library is huge. From e-commerce to games, React Native is a good fit for any mobile project due to its flexibility and extendable nature. This project-based book consists of four standalone projects. Each project will help you gain a sound understanding of the framework and build mobile apps with native user experience. Starting with a simple standalone car booking app, you will progressively move on to building advanced apps by adding connectivity with external APIs, using native features, such as the camera or microphone, in the mobile device, integrating with state management libraries such as Redux or MobX, or leveraging React Native’s performance by building a full-featured game.This book is ideal for developers who want to build amazing cross-platform apps with React Native.This book is embedded with useful assessments that will help you revise the concepts you have learned in this book.What you will learnStructure React Native projects to ease maintenance and extensibilityOptimize a project to speed up developmentUse external modules to speed up the development and maintenance of your projectsExplore the different UI and code patterns to be used for iOS and AndroidGet to know the best practices when building apps in React NativeWho this book is forThis book is for developers who want to build amazing cross-platform apps with React Native.

React: Building Web Applications

by Stoyan Stefanov

Hit the ground running with React, the open source technology from Facebook for building rich web applications fast. Updated for the latest React release, the second edition of this hands-on guide shows you how to build React components and organize them into maintainable large-scale apps. If you're familiar with JavaScript syntax, you're ready to get started.Through the course of this book, author Stoyan Stefanov helps web developers and programmers build a complete single-page application. You'll quickly learn why some developers consider React the key to the web app development puzzle.Set up React and write your first "Hello, World" web appCreate and use custom React components alongside generic DOM componentsBuild a data table component that lets you edit, sort, search, and export its contentsMaster the JSX syntaxUse built-in Hooks and create your own custom onesManage the app's data flow with reducers and contextsUse Create React App to take care of the build process and focus on React itselfBuild a complete custom app that lets you store data on the client

Reaching Your New Digital Heights: 32 Pivotal Mindset Leaps of Digital Transformation

by David W. Wang

The 4th Industrial Revolution is here, and it is the catalyst of our mindset changes as we are facing a new world of digital transformation. Mindset stands for our outlook, attitudes, and behaviors toward the world. Now that the world is rapidly changing due to technological advances, our mindset needs to leap with the trend and enable us to excel in the new digital era. Many books may have touched on the subject of digital mindset but this book takes it to a new level. The new Cognitive Model of Digital Transformation, introduced in and followed by this book, is dedicated to digital mindset leaps from key concepts and comparative approaches to best practices. The Cognitive Model of Digital Transformation categorizes the process of digital mindset leaps into five different layers, from Layer 1 as the foundation or starting key concepts, Layer 2 for digital ways of thinking, Layer 3 on digital behaviors and capabilities, Layer 4 on digital transformation, all the way to Layer 5 of wisdomin digital space, walking through the entire journey of digital mindset leaps. This book intends to help get your mindset adapted and ready to navigate digital transformation along the right track. Enjoy this book and its amazing journey of digital mindset leaps.

Reachability Problems: 15th International Conference, RP 2021, Liverpool, UK, October 25–27, 2021, Proceedings (Lecture Notes in Computer Science #13035)

by Paul C. Bell Patrick Totzke Igor Potapov

This book constitutes the refereed proceedings of the 15th International Conference on Reachability Problems, RP 2021, held in Liverpool, UK in October 2021. The 6 full papers presented were carefully reviewed and selected from 27 submissions. In addition, 4 invited papers were included in this volume. The RP proceedings cover topics such as reachability for infinite state systems; rewriting systems; reachability analysis in counter/timed/cellular/communicating automata; Petri nets; computational aspects of semigroups, groups, and rings; reachability in dynamical and hybrid systems; frontiers between decidable and undecidable reachability problems; complexity and decidability aspects; predictability in iterative maps; and new computational paradigms. Chapter ‘Recent Advances on Reachability Problems for Valence Systems’ is available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.

Reachability Problems: 17th International Conference, RP 2023, Nice, France, October 11–13, 2023, Proceedings (Lecture Notes in Computer Science #14235)

by Olivier Bournez Enrico Formenti Igor Potapov

This book constitutes the refereed proceedings of the 17th International Conference on Reachability Problems, RP 2023, held in Nice, France, during October 11–13, 2023.The 13 full papers included in this book were carefully reviewed and selected from 19 submissions. They present recent research on reachability problems to promote the exploration of new approaches for the modeling and analysis of computational processes by combining mathematical, algorithmic, and computational techniques.

Reachability Problems: 13th International Conference, RP 2019, Brussels, Belgium, September 11–13, 2019, Proceedings (Lecture Notes in Computer Science #11674)

by Emmanuel Filiot Raphaël Jungers Igor Potapov

This book constitutes the refereed proceedings of the 13th International Conference on Reachability Problems, RP 2019, held in Brussels, Belgium, in September 2019.The 14 full papers presented were carefully reviewed and selected from 26 submissions. The papers cover topics such as reachability for infinite state systems; rewriting systems; reachability analysis in counter/timed/cellular/communicating automata; Petri nets; computational aspects of semigroups, groups, and rings; reachability in dynamical and hybrid systems; frontiers between decidable and undecidable reachability problems; complexity and decidability aspects; predictability in iterative maps; and new computational paradigms.

Reachability Problems

by Matthew Hague Igor Potapov

This book constitutes the refereed proceedings of the 11th International Workshop on Reachability Problems, RP 2017, held in London, UK, in September 2017. The 12 full papers presented together with 1 invited paper were carefully reviewed and selected from 17 submissions. The aim of the conference is to bring together scholars from diverse fields with a shared interest in reachability problems, and to promote the exploration of new approaches for the modelling and analysis of computational processes by combining mathematical, algorithmic, and computational techniques. Topics of interest include (but are not limited to): reachability for innite state systems; rewriting systems; reachability analysis in counter/timed/cellular/communicating automata; Petri nets; computational aspects of semigroups, groups, and rings; reachability in dynamical and hybrid systems; frontiers between decidable and undecidable reachability problems; complexity and decidability aspects; predictability in iterative maps, and new computational paradigms.

Reachability Problems

by Kim Guldstrand Larsen Igor Potapov Jiří Srba

This book constitutes the proceedings of the 8th International Workshop on Reachability Problems, RP 2014, held in Oxford, UK, in September 2014. The 17 papers presented in this volume were carefully reviewed and selected from 25 submissions. The book also contains a paper summarizing the invited talk. The papers offer new approaches for the modelling and analysis of computational processes by combining mathematical, algorithmic, and computational techniques.

Reachability Problems: 12th International Conference, RP 2018, Marseille, France, September 24-26, 2018, Proceedings (Lecture Notes in Computer Science #11123)

by Igor Potapov Pierre-Alain Reynier

This book constitutes the refereed proceedings of the 12th International Conference on Reachability Problems, RP 2018, held in Marseille, France, in September 2018.The 11 full papers presented were carefully reviewed and selected from 21 submissions. The papers cover topics such as reachability for infinite state systems; rewriting systems; reachability analysis in counter/timed/cellular/communicating automata; Petri nets; computational aspects of semigroups, groups, and rings; reachability in dynamical and hybrid systems; frontiers between decidable and undecidable reachability problems; complexity and decidability aspects; predictability in iterative maps, and new computational paradigms.

Reachability Problems: 14th International Conference, RP 2020, Paris, France, October 19–21, 2020, Proceedings (Lecture Notes in Computer Science #12448)

by Sylvain Schmitz Igor Potapov

This book constitutes the refereed proceedings of the 14th International Conference on Reachability Problems, RP 2020, held in Paris, France in October 2020.The 8 full papers presented were carefully reviewed and selected from 25 submissions. In addition, 2 invited papers were included in this volume. The papers cover topics such as reachability for infinite state systems; rewriting systems; reachability analysis in counter/timed/cellular/communicating automata; Petri nets; computational aspects of semigroups, groups, and rings; reachability in dynamical and hybrid systems; frontiers between decidable and undecidable reachability problems; complexity and decidability aspects; predictability in iterative maps; and new computational paradigms.

Re-thinking Contemporary Political Behaviour: The Difference that Agency Makes (Routledge Studies in Anti-Politics and Democratic Crisis)

by Sadiya Akram

Proposing a novel approach to understanding the contemporary political landscape, Akram draws on the work of Pierre Bourdieu and Margaret Archer on agency and argues the need for an in-depth engagement with concepts of agency to improve the reach and scope of political analysis. Is the way that people engage with politics changing? If so, how well-equipped are we to document and explain the extent and range of the ways in which people are engaging in politics today? This book tackles these questions through a blend of theoretical reflection and empirical research, shedding new light on the relationship between arena and process definitions of politics, and how the social relates to the political. Hitherto unexplored features of agency such as the unconscious and the internal political conversation are shown to be critical in exploring how people mobilise today and how they make sense of their political engagement. Two in-depth case studies of the internal political conversations that individuals hold as well as an analysis of the 2011 UK riots are presented. Making a case for the role of self-expression in politics, this book will be of use for graduates and scholars interested in British politics, political theory, social theory, political sociology, the theory and practice of political engagement and political behaviour.

Re-imagining University Assessment in a Digital World (The Enabling Power of Assessment #7)

by Margaret Bearman David Boud Rola Ajjawi Phillip Dawson Joanna Tai

This book is the first to explore the big question of how assessment can be refreshed and redesigned in an evolving digital landscape. There are many exciting possibilities for assessments that contribute dynamically to learning. However, the interface between assessment and technology is limited. Often, assessment designers do not take advantage of digital opportunities. Equally, digital innovators sometimes draw from models of higher education assessment that are no longer best practice. This gap in thinking presents an opportunity to consider how technology might best contribute to mainstream assessment practice.Internationally recognised experts provide a deep and unique consideration of assessment’s contribution to the technology-mediated higher education sector. The treatment of assessment is contemporary and spans notions of ‘assessment for learning’, measurement and the roles of peer and self within assessment. Likewise the view of educational technology is broad and includes gaming, learning analytics and new media. The intersection of these two worlds provides opportunities, dilemmas and exemplars. This book serves as a reference for best practice and also guides future thinking about new ways of conceptualising, designing and implementing assessment.

Re-imagining Technology Enhanced Learning: Critical Perspectives on Disruptive Innovation (Digital Education and Learning)

by Michael Flavin

This book analyses technology enhanced learning through the lens of Disruptive Innovation theory. The author argues that while technology has not disrupted higher education to date, it has the potential to do so. Drawing together various case studies, the book analyses established technologies through a Disruptive Innovation perspective, including virtual learning environments, and includes Wikipedia as an example of successful innovative disruption. The author also examines the disruptive potential of social media technologies and the phenomenon of user-owned technologies. Subsequently, the author explores strategic narratives for technology enhanced learning and imagines what the Disruptive University might look like in the future. This book will be valuable for scholars of technology enhanced learning in higher education as well as those looking to increase their understanding of and practice with technology enhanced learning.

Re-imagining Diffusion and Adoption of Information Technology and Systems: IFIP WG 8.6 International Conference on Transfer and Diffusion of IT, TDIT 2020, Tiruchirappalli, India, December 18–19, 2020, Proceedings, Part II (IFIP Advances in Information and Communication Technology #618)

by Sujeet K. Sharma Yogesh K. Dwivedi Bhimaraya Metri Nripendra P. Rana

This two-volume set of IFIP AICT 617 and 618 constitutes the refereed proceedings of the IFIP WG 8.6 International Working Conference "Re-imagining Diffusion and Adoption of Information Technology and Systems: A Continuing Conversation" on Transfer and Diffusion of IT, TDIT 2020, held in Tiruchirappalli, India, in December 2020.The 86 revised full papers and 36 short papers presented were carefully reviewed and selected from 224 submissions. The papers focus on the re-imagination of diffusion and adoption of emerging technologies. They are organized in the following parts: Part I: artificial intelligence and autonomous systems; big data and analytics; blockchain; diffusion and adoption technology; emerging technologies in e-Governance; emerging technologies in consumer decision making and choice; fin-tech applications; healthcare information technology; and Internet of ThingsPart II: diffusion of information technology and disaster management; adoption of mobile and platform-based applications; smart cities and digital government; social media; and diffusion of information technology and systems

Re-imagining Diffusion and Adoption of Information Technology and Systems: IFIP WG 8.6 International Conference on Transfer and Diffusion of IT, TDIT 2020, Tiruchirappalli, India, December 18–19, 2020, Proceedings, Part I (IFIP Advances in Information and Communication Technology #617)

by Sujeet K. Sharma Yogesh K. Dwivedi Bhimaraya Metri Nripendra P. Rana

This two-volume set of IFIP AICT 617 and 618 constitutes the refereed proceedings of the IFIP WG 8.6 International Working Conference "Re-imagining Diffusion and Adoption of Information Technology and Systems: A Continuing Conversation" on Transfer and Diffusion of IT, TDIT 2020, held in Tiruchirappalli, India, in December 2020.The 86 revised full papers and 36 short papers presented were carefully reviewed and selected from 224 submissions. The papers focus on the re-imagination of diffusion and adoption of emerging technologies. They are organized in the following parts: Part I: artificial intelligence and autonomous systems; big data and analytics; blockchain; diffusion and adoption technology; emerging technologies in e-Governance; emerging technologies in consumer decision making and choice; fin-tech applications; healthcare information technology; and Internet of ThingsPart II: information technology and disaster management; adoption of mobile and platform-based applications; smart cities and digital government; social media; and diffusion of information technology and systems

The Re-Evolution of American Street Gangs

by Dale L. June Mohamad Khatibloo Gregorio Estevane

The problem of gangs and gang subculture is a growing threat to the stability of neighborhoods and entire communities. During the past two decades, gang members have increasingly migrated from large urban centers to suburban areas and other countries. This book addresses the intricacies and diversities of street gangs, drawing on the expertise of h

Re-engineering the Uptake of ICT in Schools

by Frans Van Assche Luis Anido David Griffiths Cathy Lewin Sarah Mcnicol

This book reports on a novel and comprehensive approach to the uptake of ICT in Schools. It focuses on key questions, pedagogically sound ways of introducing ICT, new technical artifacts supporting the approach, the evaluation in a large-scale validator, and future work. While many innovations in Technology Enhanced Learning (TEL) have emerged over the last two decades, the uptake of these innovations has not always been very successful, particularly in schools. The transition from proof of concept to integration into learning activities has been recognized as a bottleneck for quite some time. This major problem, which is affecting many TEL stakeholders, is the focus of this book which focuses on developing a more effective and efficient approach based on more than 2500 pilots in European classrooms. Teachers, head teachers, and policy makers may benefit from reading how novel learning scenarios can be elaborated, adapted to a local context, and implemented in the classroom; how new technologies can support this process for teachers and their national/regional communities; how teachers and other stakeholders can be educated in such a re-engineering process; how the approach can be scaled up through MOOCs, ambassador schemes, and train-the-trainer programs; how future classroom labs can inspire teachers, head teachers, and policy makers; how teachers and, above all, learners can become more engaged in learning through the adoption of the iTEC approach. Readers with a more technical focus may also be interested in the discussion of recommender systems, the flexible provision of resources and services, the deployment of the cloud in schools, and systems for composing technological support for lesson plans.

Refine Search

Showing 10,601 through 10,625 of 54,108 results